8000 GitHub - anurag0singh/Jagrati
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

anurag0singh/Jagrati

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jagrati

Jagrati is an initiative by the students of IIITDM Jabalpur to provide free and quality education to the poor and under-privileged children of villages surrounding our institute

Technology Stack

Frontend:

HTML5 CSS3 Bootstrap JavaScript

Backend:

Python Django

Database:

SQLite MySQL

Setup

  • Download and Install Python 3.6
  • Download and Install Django 2.2.13
  • Download and Install Git
  • Fork the Repository
  • Clone the Repository to your local machine, $ git clone https://github.com/<your-github-username>/Jagrati.git
  • Change the directory to Jagrati, $ cd Jagrati
  • Install virtualenv $ pip install virtualenv
  • Create a virtual environment $ virtualenv env
  • Activate the env: env\Scripts\activate
  • Install the requirements: $ pip install -r requirements.txt
  • Make migrations $ py manage.py makemigrations
  • Migrate the changes to the database $ py manage.py migrate
  • Create admin Using $ py manage.py createsuperuser
  • Run the server $ py manage.py runserver
  • Go to 127.0.0.1:8000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0