We created this in light of the covid-19 pandemic to allow volunteers to work together in tackling the shortage of ventilator equipment.
Backend is a django rest api with a postgres database, Frontend is react
We're just getting started so documentation is lacking
Reach out to me and join the discord for help!
The procces to get setup and start developing is as simple as we could make it. Run the following commands
docker-compose build
docker-compose upThe frontend should now be accessible at localhost:3001 The backend is accessible at localhost:80