Skip to content

dominic-chang/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Blog

This was a udergraduate personal project where I made a personal blog using the client-server design pattern.

Client

The client side was built using React. I implemented a WYSIWG that that could edit and render page information. One caveat of the way that I designed the client was the editorcould be enabled with a change of state, although edits could only be saved through authentification with the server. Authentification was done using simple authentification and SSL encrytpion.

Server

and the server side was handeled with a Node.js server running on AWS lambda. Page information ws stored on AWS Dynamo DB which is a non-relational dabase (probably was not the best choice for the problem).

About

My personal Blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published