This project allows an Node JS - Express back end api to be ran in a docker container.
docker build -t backendapi .
docker run -it -p 3000:3000 backendapi
returns 'All Users' String
Connecting a database is not in the scope of this project.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This project allows an Node JS - Express back end api to be ran in a docker container.
docker build -t backendapi .
docker run -it -p 3000:3000 backendapi
returns 'All Users' String
Connecting a database is not in the scope of this project.