File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55## Unreleased
66### Added
7- - Dockerfile and docker-compose to development env.
7+ - ( [ # 9 ] ( https://github.com/arrecadar/api/pull/9 ) ) Dockerfile and docker-compose to development env.
88- Test runner, maybe [ ava] ( https://github.com/avajs ) with eslint-plugin.
99- Folder structure for ` schema ` with root queries and resolvers.
1010- [ Add build scripts before publish in production] ( https://github.com/babel/example-node-server )
Original file line number Diff line number Diff line change @@ -16,10 +16,9 @@ cp .env.example .env
1616```
1717
1818### Running
19- Install the dependencies and run the ` start ` command:
19+ You can run the API with one simple command
2020``` bash
21- yarn # or npm install
22- yarn start # or npm start
21+ docker-compose up -d api
2322```
2423
2524## Support
You can’t perform that action at this time.
0 commit comments