Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 574 Bytes

File metadata and controls

32 lines (24 loc) · 574 Bytes

Cuisino

Cuisino

Welcome to Cuisino

The name is subject to change

Getting Started

  1. The project is written in a virtual envirnoment so make sure you have pipenv installed. to do that run
pip install pipenv
  1. run the command
pipenv install

This commands will download everything from the lock file

  1. To run the server run
python cuisino\manage.py runserver
  1. Extra pip installs required
pip install django-bootstrap3
pip install pillow
pip install django