Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 365 Bytes

File metadata and controls

18 lines (11 loc) · 365 Bytes

This is a full-stack django project. to run this code:

step 1:Clone this repository

step 2:Set a virtual environment ->python -m venv env ->env\scripts\activate NOTE:please make sure you have installed python beforehand to avoid any errors

step 3:install requirements.txt ->pip install -r requirements.txt

step 4:Run and Deploy ->python manage.py runserver