Skip to content

Are there any instructions on how to start the application? #59

Pinned Answered by Sairyss
PabloArjonilla asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry for the late answer, I was on vacations and then forgot about this question.

Leaving it here in case somebody else has issues running the app, run this commands from the project root directory:

  • npm install - install dependencies
  • npm run docker:env - run docker environment (spins up postgres database in docker). If run for the first time wait for it to download dependencies and then it should start automatically
  • npm run migration:up - run migrations that will create tables in the database
  • npm run start:dev - run the application.

All the commands above can be found in package.json

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PabloArjonilla
Comment options

Answer selected by Sairyss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants