Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 334 Bytes

File metadata and controls

22 lines (17 loc) · 334 Bytes

HACKTOBERFEST-2022-RESTAPI-

Create a Fully working REST API in Node JS

How to install the dependencies

clone the repo
$ cd HACKTOBERFEST-2022-RESTAPI
$ cd RESTAPI
$ npm i
$ npm run dev

USED Modules

[+] : EXPRESS
[+] : BCRYPT
[+] : MONGOOSE
[+] : DOTENV
[+] : JSONWEBTOKEN
[+] : MULTER