- Clone this repo to your local PC by the following command:
git clone https://github.com/petesteele98/makersbnbTVD
-
cd server
-
Create and activate this specific venv:
python3 -m venv makersbnbvenv
source makersbnbvenv/bin/activate
- Install requirements using command:
pip install -r requirements.txt
- Check if Pytest works using command:
pytest -x
-
Pip install flask-cors
-
Run Flask application using command:
python3 server.py
-
Split the terminal, and cd into client
-
Install React dependencies using command:
npm install
- Run React application using command:
npm run dev
Sausage roll