Skip to content

Simple Express.js application integrated with MongoDB. It provides a basic backend setup with RESTful API endpoints, using Docker for containerized development and deployment. Ideal for learning or quick prototyping with Node.js and MongoDB

Notifications You must be signed in to change notification settings

tanmayvaij/express-mongodb-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

  1. Install Docker: Ensure Docker is installed and running on your system. Get Docker here.
  2. Clone the Repository: Run the following command to pull the project:
    git clone https://www.github.com/tanmayvaij/express-mongodb-app.git
  3. Configure Network Ports: Make sure ports 5000 (for the app) and 27017 (for MongoDB) are open on your firewall.
  4. Launch the Containers: Navigate to the project directory and start the containers using Docker Compose:
    docker compose up

About

Simple Express.js application integrated with MongoDB. It provides a basic backend setup with RESTful API endpoints, using Docker for containerized development and deployment. Ideal for learning or quick prototyping with Node.js and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published