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
{{ message }}
This repository was archived by the owner on Aug 24, 2019. It is now read-only.
We want to be able to connect a database to the project, we will use postgresql.
Setup
Create a docker-compose and an entry point
Set knex + objection
We will use migrations to initialize project
A bonus would be to have a system to dump / load database
Database model
The initial database model will be pretty simple, but we will make it evolve using migrations. Let's start with a user model.
User