Skip to content

arcadas/new-expressjs-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Express.js app in Docker

You can create a new Express.js project in a fully dockerized development environment with this repositroy.

Requirements: Docker

The mongo container contains the TylerBrock/mongo-hacker package.

Create and run:

docker-compose up -d

Run npm command from the host:

docker container exec <container name or id> npm <command>

Run mongo command:

docker container exec -it <container name or id> mongo

If you use nginx proxy, change the docker network name in the docker-compose.yml.

About

Node.js, Express.js, MongoDB, Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published