Website about healthy food, nutrition and cooking tricks. It includes a blog with pages of articles of these topics, and a courses section.
- Clone this repository:
git clone https://github.com/MatiPendino/cocina-salud
- Create a virtual environment:
python -m venv venv
- Active virtual environment:
./venv/Scripts/activate
- Install libraries:
(venv) pip install -r requirements.txt
- Run server:
(venv) python manage.py runserver