Skip to content

Platform to connect Students with Mentors and browse curated resources

Notifications You must be signed in to change notification settings

AniketP88/Edutopia

 
 

Repository files navigation

Edutopia

For Contributing Refer here

Live here

What is it about? - Abstract

My Final Project for CS50

Demo

Development

Note : Make sure you have Python version 3.7<=

Development in Separate Branch!

Environment Setup

$ git clone https://github.com/Praful932/Edutopia.git

$ cd Edutopia/

If virtualenv is not installed

$ pip install virtualenv

Create a virtual environment

$ virtualenv venv

Activate the environment everytime you open the project

$ source venv/Scripts/activate

Install requirements

$ pip install -r requirements.txt

You can delete the current database db.sqlite3, migrate and create a new superuser using these commands

python manage.py makemigrations

python manage.py migrate

python manage.py createsuperuser

All Set!

$ python manage.py runserver

To exit the environment

$ deactivate

About

Platform to connect Students with Mentors and browse curated resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 47.5%
  • Python 38.4%
  • CSS 14.1%