RESTful API including user register and authenticaion using JWT , GET/POST/PUT/PATCH/DELETE operations.
| ✔ node JS
| ✔ express
| ✔ mongoose
| ✔ jsonwebtoken
| ✔ cors
| ✔ hpi/joi
| ✔ bcryptjs
| ✔ dotenv
-
Download from Github or clone the repo:
git clone https://github.com/aaroncodehub/RESTful-API.git
-
Make sure your NodeJS and npm versions are up to date for
16.13.1
-
Install dependencies:
npm install
oryarn
-
Start the server:
npm run start
oryarn start
-
Test using postman