Skip to content

Backend with Sequelize and PostgreSql

Tuuli Toivanen-Gripentrog requested to merge backend-and-postgre-setUp into staging
  • Connection to local database should be working
  • You should add .production.env, .staging.env and .development.env to root directory
    • add DATABASE_URL to those files
  • install dependencies with npm install
  • run development env with npm run dev
    • you should start you local postgresql server before running the program
  • run staging with npm run start-test-env
  • run production with npm run start
  • No unit tests yet

Merge request reports