An open API service indexing awesome lists of open source software.

https://github.com/undead-bacteria/notes-api-with-men

This is a REST API built with Node.js and Express.js for managing personal notes. It has been containerized with Docker and scaled using Nginx.
https://github.com/undead-bacteria/notes-api-with-men

docker expressjs mongodb nginx-docker nodejs rest-api

Last synced: 3 months ago
JSON representation

This is a REST API built with Node.js and Express.js for managing personal notes. It has been containerized with Docker and scaled using Nginx.

Awesome Lists containing this project

README

          

Documentation: http://localhost:5000/api-docs/

Env File Structure:

MONGO_URI = "Your MongoDB URI Here"
PORT = 5000
SECRET_KEY = "Your Secret Key Here"

NPM Command: node index.js

Docker Commands: Docker compose up --scale api=Number of instances