Demo: Code Sandbox
Note: Click on the "open in a new tab" button on the top right corner of the website container to open the full site.
Install the dependencies:
npm install
Run the project:
npm run start
Navigate to the reader home page (without login): go to http://localhost:3000/reader
Navigate to the reader home page (with login):
logging allows users to like and comment on the posts.
-
go to http://localhost:3000/
-
login using the following credentials: username: michaelscott password: ilovepaper
-
you will be redirect to the reader home page once you click the login button.
Navigate to the author home page:
-
go to http://localhost:3000/
-
login using the following credentials: username: spiderman password: ilovespiders123
-
you will be redirect to the author home page once you click the login button.