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

CraigsAdList/sprint2

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •