Just a small practice project to build, document & deploy a CRUD API. It provides an interface to a note management application
You can play with the live implementation here
-
Node.js [Backend]
-
MongoDB [Database]
-
Swagger UI Integration [API Testing/Documentation]
-
Nginx [Reverse Proxy]
- Clone repo
- Setup project using :
npm install
- Start dev server using :
npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.