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.
- Host: GitHub
- URL: https://github.com/undead-bacteria/notes-api-with-men
- Owner: undead-bacteria
- Created: 2024-09-29T18:10:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T18:21:42.000Z (almost 2 years ago)
- Last Synced: 2026-01-03T13:21:58.413Z (6 months ago)
- Topics: docker, expressjs, mongodb, nginx-docker, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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