/unihack18

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Piggu

Introduction

A simple app for the lazy chef

Installation

npm install
pip install -r requirements.txt

Run (Development)

python manage.py runserver
cd frontend/ && npm start