Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (13 loc) · 628 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 628 Bytes

Heroku link

https://sprint2-test.herokuapp.com/

Step to run for first time

pip install -r requirements.txt - install python packages

npm ci - install node modules

npm run build - build frontend side

Set up .env file in the root of the project:

export DATABASE_URL='postgresql://<your database link>'

SECRET_KEY=<your secret key>

Then run python app.py or gunicorn app:app in the terminal to launch

Globally surpressed linting

"react/react-in-jsx-scope": "off", -- nothing really important, but quite annoying

"react/jsx-filename-extension": ...*.js, .jsx *... -- same