updated
This commit is contained in:
10
README.md
10
README.md
@@ -16,6 +16,16 @@ npm install
|
|||||||
npm run db:generate
|
npm run db:generate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- Migrate the db:
|
||||||
|
```sh
|
||||||
|
npm run db:migrate
|
||||||
|
```
|
||||||
|
|
||||||
|
- seed the db if:
|
||||||
|
```sh
|
||||||
|
npm run db:seed
|
||||||
|
```
|
||||||
|
|
||||||
3. Copy Environment Variables
|
3. Copy Environment Variables
|
||||||
|
|
||||||
Create `.env` files from the provided `.env.example` templates:
|
Create `.env` files from the provided `.env.example` templates:
|
||||||
|
|||||||
Reference in New Issue
Block a user