You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic Game backend (Codaisseur Homework assignment)
For this homework assignment I had to write a basic backend with multiple CRUD endpoints using Typescript. The database was set up using Postgres and Type ORM.
In order to run this, run yarn tsc -w for automatic compiling and yarn start run the app.