For my final project, I built a server-side online book review application and integrated it with a secure REST API server, which used authentication at the session level using JWT. I then tested my application using Promises callbacks or Async-Await functions.
For runnig, you can follow the steps in an order.
-
First, fork it:
[email protected]:mustfakara/expressBookReviews.git
-
Go to the project directory:
cd yourfolder/expressBookReviews/first_project
-
Install the requriements:
npm install
-
Start the project in port 5000:
npm start
For testing, you can use Postman to try the routes i created.
In screenshots folder, you can see the test inputs and outputs.
This project is under [Apache-2.0 license] licensed - For details LICENSE.md check it.