Join or create a Shared flat with your roommates, track your common expenses.
- Install Docker
- Install Docker-compose
- Clone the repository
$ git clone git@github.com:Edouardbozon/bookeeper-api.git
- Jump in dir
$ cd <bookeeper-api>
- First time build and run containers
$ docker-compose up --build
- 🌈 It works! By default the api is running on
http://localhost:3000/ - You can easily interact with the api using Postman
