add setup instructions

This commit is contained in:
João Geonizeli
2022-07-10 19:01:20 -03:00
parent ff819ab9f5
commit 5b3836b2cb
3 changed files with 18 additions and 3 deletions

10
server/README.md Normal file
View File

@@ -0,0 +1,10 @@
## Requirements
- Docker and docker-compose
- Node.js >= 16
- npm or yarn
## Setup commands
- Start postgres and redis with `docker-compose up`
- Download dependencies with `yarn install`
- Build build the project with `yarn build`
- Start the project with `yarn start`