shopproject
v1.0.1
Published
    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. ## St
Downloads
1
Readme
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.