created nodejs initial project setup that contains mongoBD setup and Redis setup as well. server will run on port 3000.
- List the key features of your project.
Ensure you have the following prerequisites installed on your machine:
- Docker
-
Clone the repository:
git clone https://github.com/nitesh16singh/nodejs_setup.git cd nodejs_setup npm install docker build -t demo_app . docker compose up