1.0.1 • Published 7 months ago

shopproject v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

CRUD APP With User Authentication

CRUD application where users can log in or register to add books to their private collection. Each user is able to view his own books. Authentication of users are done using JWT, passwords in database are saved in encrypted code.

Start The App

  • Run the server:
    npm run start
  • Run the MongoDB
    npm run start-mongodb

App will run on local port 3000.