Created
February 24, 2018 09:01
-
-
Save tonkatsu7/c1843768a2ac6e8cf4a233f496b54125 to your computer and use it in GitHub Desktop.
Running SEDaily backend api locally
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cp .env.docker_exmaple .env | |
npm install | |
yarn | |
docker-compose up | |
mongorestore -d express-mongoose-es6-rest-api-development sed-test-db/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment