https://github.com/tanmayvaij/express-mongodb-app
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
https://github.com/tanmayvaij/express-mongodb-app
docker docker-compose docker-container docker-containers docker-image express express-js expressjs mongodb mongodb-database mongoose
Last synced: 3 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/tanmayvaij/express-mongodb-app
- Owner: tanmayvaij
- Created: 2024-03-06T11:04:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T17:36:18.000Z (over 1 year ago)
- Last Synced: 2025-03-15T06:44:28.745Z (over 1 year ago)
- Topics: docker, docker-compose, docker-container, docker-containers, docker-image, express, express-js, expressjs, mongodb, mongodb-database, mongoose
- Language: EJS
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Setup Instructions
1. **Install Docker**: Ensure Docker is installed and running on your system. [Get Docker here](https://www.docker.com/products/docker-desktop/).
2. **Clone the Repository**: Run the following command to pull the project:
```bash
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:
```bash
docker compose up
```