You are going to need a minimum of two terminal sessions open for this project at all times. Go ahead and open two now.
- Run
pipenv shell
command to start a virtual environment. - Run
pipenv install django autopep8 pylint djangorestframework django-cors-headers pylint-django Pillow
- Clone down the server repo from:
git clone git@github.com:nss-day-cohort-44/rare-rest-api-fast-and-flurrious.git
- Execute the
./shell.sh
script file - Run
Python manage.py runserver
In the second terminal session
git clone git@github.com:nss-day-cohort-44/rare-fast-and-flurrious-client.git .
<-- note the single dot at the end.npm install
to get all required packages installed for the React client.npm start