An open API service indexing awesome lists of open source software.

https://github.com/softon/express-starter

A starter code for EXpress & MongoDB app with docker support.
https://github.com/softon/express-starter

Last synced: about 1 year ago
JSON representation

A starter code for EXpress & MongoDB app with docker support.

Awesome Lists containing this project

README

          

# Express Starter

A sample working todo app as a starter code for NodeJS Express App with MongoDb database using Docker.

## Usage
1. Install [Docker](https://www.docker.com/)
2. Copy `.env.sample` to `.env` and change the port if required.
3. Build Docker File

```bash docker-compose build```
4. Run docker compose

```bash docker-compose up```