Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 398 Bytes

README_COMMENT.md

File metadata and controls

24 lines (13 loc) · 398 Bytes

Here are some quick parameters to setup in order to use Comment feature

migrations

Apply migrations to the database with the following command

npm run migrate

seed

You can then populate the database with the seeds we created !

npm run seed

env variables

In the .env file you'll have to specify 3 new variables, just check the .env.example file.