- Python3
- pip
- npm
$ python3 -m venv venv
$ cd venv
$ source bin/activate
In home folder of the repository
$ pip install -r requirements.txt
$ cd RecipePlace
$ python manage.py runserver
$ cd RecipePlace/frontend
$ npm i -s
$ npm run serve --fix
Open chrome on "http://127.0.0.1:8000/home"