Thanks to visit codestin.com
Credit goes to github.com

Skip to content

itsmed/express-api-docker

Repository files navigation

Express API Docker

This repo provides an example of setting up MongoDB with Express and Docker Compose to be used as for local development. Please don't use this in production.

Running Locally

  1. Clone the repository.
  2. Run pnpm install.
  3. Ensure that $HOME/tmp/datadir exists.
  4. Copy the .env.example to .env
  5. Run docker-compose up.

This will bring up the mongodb and server services and corresponding containers.

To stop the running containers run docker-compose down.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors