Commit Graph

12 Commits

Author SHA1 Message Date
b19c29b068 Untested hotfix to prevent MySQL connection loss
We were being disconnected due to inactivity. This should be handled properly
2022-04-25 22:20:57 +02:00
f2ca4b5ac3 Fix .env.example DB_HOST, should be docker internal hostname 2022-04-24 02:08:31 +02:00
6800d4f07e Add instructions and endpoint documentation to README.md 2022-04-24 02:06:33 +02:00
60d78bcdac Limit username field to 5 characters 2022-04-24 01:43:55 +02:00
58acd2db4f Add additional_data to post endpoint 2022-04-24 01:40:59 +02:00
982dab6b72 Add schema.sql 2022-04-24 01:19:44 +02:00
155634a90d Add mysql2 and basic get/post routes 2022-04-24 01:17:56 +02:00
df8b46c667 Init express 2022-04-24 00:37:55 +02:00
6526ab8fe7 Npm init + express + nodemon 2022-04-24 00:02:43 +02:00
f7931045c7 Gitignore 2022-04-23 23:44:32 +02:00
09d3ec0a1c Docker config 2022-04-23 23:39:25 +02:00
dda0c80d6f Initial commit 2022-04-23 23:30:13 +02:00