Make sure you have Python and flask installed by running pip ls
in your terminal. Follow the instructions at https://flask.palletsprojects.com/en/2.2.x/installation/ for more information.
- Run the
src/routes.py
file - The API should be hosted on http://localhost:5000/
Make sure you have npm installed by running npm -v
in your terminal. See https://docs.npmjs.com/downloading-and-installing-node-js-and-npm for installation instructions.
- Make sure to do
cd site
first - Run
npm install
to install node-modules - Locally deploy app with
npm start
- The website should be hosted on http://localhost:3000/