Scribble-app is a NodeJS which allows users
- register and login
- create their own scribbles
- view scribbles by others
- like/unlike scribbles by others
- comment on scribbles by others
Install the following packages to run this project locally:
npm install express nodemon mongoose dotenv body-parser joi bcryptjs jsonwebtoken swagger-ui-express
npm start
Swagger-ui available at: http://localhost:3000/api-docs/