Skip to content

JoshuaJMoore/NodeJs-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJs-Docker

This project allows an Node JS - Express back end api to be ran in a docker container.

Commands to run locally in docker:

Build the Container:

docker build -t backendapi .

Run the container:

docker run -it -p 3000:3000 backendapi

Api Route:

get users/

returns 'All Users' String
Connecting a database is not in the scope of this project. 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published