Skip to content

bahaeddine4/trader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trader

Build the app (only once) docker-compose up

Start the app docker-compose start

Access mongo shell

docker exec -it trader_node_1 /bin/bash

mongo -u "root" -p "password" --authenticationDatabase "admin"

Test the server docker exec -it trader_mongo_1 /bin/bash curl localhost:3000/ping => expect pong :D

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published