Skip to content

Instantly share code, notes, and snippets.

@tonkatsu7
Created February 24, 2018 09:01
Show Gist options
  • Save tonkatsu7/c1843768a2ac6e8cf4a233f496b54125 to your computer and use it in GitHub Desktop.
Save tonkatsu7/c1843768a2ac6e8cf4a233f496b54125 to your computer and use it in GitHub Desktop.
Running SEDaily backend api locally
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