Final Project for Projects in Programming
- Start up frontend
cd client
npm i
npm start
- Start up Backend
cd api
export FLASK_APP=app.py
flask run
Frontend can be accessed at https://findr-client.herokuapp.com/
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Final Project for Projects in Programming
cd client
npm i
npm start
cd api
export FLASK_APP=app.py
flask run
Frontend can be accessed at https://findr-client.herokuapp.com/