- get a postgresql server up and running.
- copy the postgresql server credentials and put them in app/dbinteract.py file.
- cd to
/app
. - install requirements from
requirements.txt
file. - run to command
flask run --host 0.0.0.0
to get the backend running. - cd to
../app_ui
. - add the backend url with port number in
.env.development
. - run
yarn install
to install dependencies. - run
yarn run dev
to start the frontend. - the website is now running on
localhost:3000
! - changes need to be made to the paths in
app/predictt.py