Skip to content

Latest commit

 

History

History
56 lines (46 loc) · 1.47 KB

README.md

File metadata and controls

56 lines (46 loc) · 1.47 KB

GitScrap 🚀

GitScrap :octocat: is an application that fetches details of a Github User based on his/her profile. 👨

You can view the demo here.

Tech Stack 👨‍💻

  • Frontend: HTML/CSS/Bootstrap
  • Backend: Django

Quick Start 💫

  • 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

License 📖

This project follows the MIT License.

If you liked the project don't forget to star 🌟 and fork 🍽 the project.

Made with ❤ by Diya Jaiswal

forthebadge forthebadge forthebadge forthebadge