Update readme with installation steps

This commit is contained in:
2020-05-13 18:45:10 +02:00
parent 0f7f67868b
commit 9d6e9a288a
2 changed files with 38 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
## How to do a migration
- Create `.env` to the root folder
- Add the database url to the `.env` file:
`DATABASE_URL=postgres://username:password@host:port/database`
- Run `npx knex migrate:latest`