Skip to content

aniketk17/ThinkGuru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThinkGuru

Overview

ThinkGuru is an interactive learning platform designed to enhance knowledge acquisition and retention through engaging quizzes, articles, and discussion forums. It aims to foster a community of learners and educators by providing a space for collaboration and knowledge sharing.

Features

  • Interactive Quizzes: Users can take quizzes on various topics to test their knowledge.
  • Articles & Resources: Access a library of articles to deepen understanding.
  • Discussion Forums: Engage in discussions with peers and educators.
  • User Profiles: Personalized profiles to track learning progress and achievements.

Technologies Used

  • Backend: Django (Python)
  • Frontend: HTML, CSS, JavaScript
  • Database: SQLite (or PostgreSQL/MySQL)
  • Authentication: Django’s built-in authentication system

Installation & Setup

  1. Clone the repository:
    git clone https://github.com/aniketk17/ThinkGuru.git
    
  2. Create Virtual Environment:
    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
    
  3. Install Dependencies:
    pip install -r requirements.txt
    
  4. Apply Database migrations:
    python manage.py migrate
    python manage.py makemigrations
    
  5. Create a superuser to access the admin dashboard:
    python manage.py createsuperuser
    
  6. Start the Development Server:
    python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published