Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 461 Bytes

File metadata and controls

34 lines (25 loc) · 461 Bytes

MixONat

Getting started

Three services are available :

Front : react-mixonat
Back : conductor-mixonat
DB : postgres
Motor : flask

Launching container

docker-compose build
docker-compose up

Launching a specific service

docker-compose build [service]
docker-compose up [service]

To test the API

Make sure all services are running, then run the following commands:

cd ./Conductor/
mvn test