Skip to content

mustfakara/expressBookReviews

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Book Reviews

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.

Installation

For runnig, you can follow the steps in an order.

  1. First, fork it:

    [email protected]:mustfakara/expressBookReviews.git
  2. Go to the project directory:

    cd yourfolder/expressBookReviews/first_project
  3. Install the requriements:

    npm install
  4. Start the project in port 5000:

    npm start

Usage

For testing, you can use Postman to try the routes i created.

Screenshots

In screenshots folder, you can see the test inputs and outputs.

Lisans

This project is under [Apache-2.0 license] licensed - For details LICENSE.md check it.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%