Multi-user prioritized task list
- Anaconda installed
- Docker installed
Install the dependencies (linux):
conda env create -n mutl -f env.yml
source activate mutl
pip install -r requirements.txt
At project root level:
py.test -v
At project root level:
- Run the application server:
uvicorn app.main:app --reload
Connect to : http://localhost:8000/docs#/.
docker build -t perso/mutl . --rm
- Run one of the application service:
docker-compose up mutl
- Connect to : http://localhost:8000/docs#/.