Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 249 Bytes

readme.md

File metadata and controls

9 lines (9 loc) · 249 Bytes

For Development

Clone Repository Rename .env_copy to .env Change knexfile.js and change Postgres credentials with your credentials Install Node.js and knex.js globally Run the batch of commands

  • npm install
  • knex migrate:latest
  • knex seed:run