Go to file
cami ea7be2283e Return error message if username is already taken during register
This will return an error message if the username is already registered. The user should choose another name
2021-06-30 00:03:34 +02:00
backend Formatting things in app.py 2021-06-28 04:31:52 +02:00
frontend Return error message if username is already taken during register 2021-06-30 00:03:34 +02:00
.gitignore Removed the database file from git as this is not needed 2021-06-23 03:22:06 +02:00
docker-compose.prod.yml Added backend to prod docker environment 2021-06-25 03:02:44 +02:00
docker-compose.yml Backend container works with autoreloading.. :-) 2021-06-22 02:26:23 +02:00
start.sh Removed the build command in start.sh 2021-06-23 01:59:28 +02:00
stop.sh Stop script for local development 2021-06-28 05:54:33 +02:00