Noxucloud is the backend of the noxunote project. Docker is required to be able to start the project.

Docker-compose of 9 containers : postgres, oathkeeper, kratos-migrate, kratos-selfservice-ui-node, kratos, mailslurper, mynotesapi , myheavyfilesapi and pgadmin.

1️⃣ Start project

dev mode : docker-compose up --build

prod mode : docker-compose --env-file ./.env-prod up --build