Skip to content

This is a REST API made using node.js and express.js to manage personal notes. This API is dockerized and scaled up using Nginx.

Notifications You must be signed in to change notification settings

AkshatSinghRajput/Notes-REST-API

Repository files navigation

Env File Structure: PORT = 4000 SECRET_KEY = "Your Secret Key Here" MONGO_URI = "Your MongoDB URI Here"

Docker-compose:

Set Variables on Line 20 and 21 SECRET_KEY = "Your Secret Key Here" MONGO_URI = "Your MongoDB URI Here"

NPM Command: node index.js

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

About

This is a REST API made using node.js and express.js to manage personal notes. This API is dockerized and scaled up using Nginx.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published