A Node JS Api for Simple Social Network
1.) Clone this repo
2.) Cd to the cloned repo
3.) npm install
4.) copy .env.example to .env and add your app configurations
5.) npm run dev to start the development server
6.) Visit the url localhost:8080 to test the end points
"body-parser": "^1.19.0", "cookie-parser": "^1.4.4", "dotenv": "^8.1.0", "express": "^4.17.1", "express-jwt": "^5.3.1", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.15", "mongoose": "^5.6.11", "morgan": "^1.9.1", "nodemon": "^1.19.1", "uuid": "^3.3.3", "validator": "^11.1.0"