You can view the demo here.
- Frontend: HTML/CSS/Bootstrap
- Backend: Django
- Fork and Clone the repository using-
git clone https://github.com/diyajaiswal11/GitScrap.git
- Create virtual environment-
python -m venv env
env\Scripts\activate
- Install dependencies using-
pip install -r requirements.txt
- Make migrations using-
python manage.py makemigrations
- Migrate Database-
python manage.py migrate
- Create a superuser-
python manage.py createsuperuser
- Run server using-
python manage.py runserver
This project follows the MIT License.