Quickstart
Install from scratch!#
Firstly, install requirements down below:
Git clone#
1 | git clone https://github.com/jairojair/emeeting.git |
Setup#
1 2 3 4 5 | cd emeeting docker-compose build docker-compose run app make migrate docker-compose run app make tests |
Run#
1 | docker-compose up |
Access: http://0.0.0.0:8000 for see the API documentation.