Skip to content

Latest commit

 

History

History
48 lines (19 loc) · 635 Bytes

README.md

File metadata and controls

48 lines (19 loc) · 635 Bytes
  1. Clone this repo to your local PC by the following command:

git clone https://github.com/petesteele98/makersbnbTVD

  1. cd server

  2. Create and activate this specific venv:

python3 -m venv makersbnbvenv

source makersbnbvenv/bin/activate

  1. Install requirements using command:

pip install -r requirements.txt

  1. Check if Pytest works using command:

pytest -x

  1. Pip install flask-cors

  2. Run Flask application using command:

python3 server.py

  1. Split the terminal, and cd into client

  2. Install React dependencies using command:

npm install

  1. Run React application using command:

npm run dev

Sausage roll