This is the backend for the App Cleanly.
Cleanly is an organizational tool for shared spaces. Create recurring tasks in households, assign them, track the status and get them done properly!
Cleanly's backend consists of
- a PostgreSQL Database,
- a Symfony Application and
- a Node-JS SSE Hub.
Create a copy of the .env file under the name .env.local.
Change the following Variables:
APP_ENVtodevwhen developing,prodfor productionAPP_SECRET, roll a new symfony secretJWT_PASSPHRASE, roll a new jwt passSSE_PUBLISH_SECRET, roll a new hub secretDB_PASSthe postgresql password and accordingly the DSN underDATABASE_URLMAILER_DSN, change to your mail-server for registration-mails
The easiest way of hosting this, is by using Docker Compose.
docker-compose up
Starts all 3 components and a nginx for hosting.