Myshop-CRUD-App is an application that helps perform CRUD applications on your system.
Use the package manager pip to install any package in the requirements.txt file.
-
The first thing to do is clone the repository
-
Then you need to cd into the directory cd Myshop-CRUD_App
-
Activate virtual environment.
source env/bin/activate
source env/bin/activate
- Then you need to install requirements.txt file pip install -r requiremts.txt
pip install -r requirements.txt
- Lastly run your server
python manage.py makemigrations
python manage.py migrate
python manage.py runserver