diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ This is the API of the [scale project](https://git.batnako.net/scale.git). ### Build and Run +Make sure to run `npm update`. To deploy this api first you have to start the database: `docker-compose up -d db`. And then run the API: `docker-compose up scale-api`. |