Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Maunducyrus/Tea-Factory-system

Repository files navigation

Gatundu Tea Factory, where tea tastes honey 😂😂😂😂

Setting up the Back-end for this project

mkdir tea_factory_backend cd tea_factory_backend python -m venv venv
source venv/bin/activate
pip install django djangorestframework django-cors-headers psycopg2
django-admin startproject backend .
django-admin startapp api

python manage.py migrate

python manage.py createsuperuser

python manage.py runserver

pip install mysqlclient

pip install pillow

About

Tea factory system to show the operations of the factory from workers to the managers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published