Loading repository data…
Loading repository data…
nosiphokhumalo / repository
Data management system for Infinity Culinary Training
This is a web-based data management system created for Infinity Culinary Training as part of the CHEFREG project.In this project, we created software prototypes of a data management tool, which was divided up into three parts:
git clone https://github.com/nosiphokhumalo/ictchefs.git && cd ictchefspip3 install -r requirements.txtpython3 manage.py makemigrationspython3 manage.py migratepython3 manage.py runserverheroku logingit clone https://github.com/nosiphokhumalo/ictchefs.git && cd ictchefsheroku loginheroku create test-ictchefs or heroku create if you want Heroku to pick a name for youheroku addons:create cleardb:ignitegit push heroku masterheroku run python manage.py migrate