Skip to content

Class Connect enables seamless communication, course management, and assignment handling. Students can access resources, submit assignments, and engage in discussions, while teachers can create courses, provide feedback, enhancing the overall learning experience.

License

Notifications You must be signed in to change notification settings

kiranrokkam09/Class_Connect

Repository files navigation

made-with-python git Visual Studio Docker

Class Connect



Clone the repository using the following command
git clone https://github.com/kiranrokkam09/Class_Connect.git

Create a virtual environment where all the required python packages will be installed

# Use this on Windows
python -m venv env
# Use this on Linux and Mac
python3 -m venv env

Activate the virtual environment

# Windows
.\env\Scripts\activate
# Linux and Mac
source env/bin/activate

Install all the project Requirements

pip install -r requirements.txt

-Apply migrations and create your superuser (follow the prompts)

# apply migrations and create your database
python manage.py migrate

# Create a user with manage.py
python manage.py createsuperuser

Run the development server

# run django development server
python manage.py runserver

About

Class Connect enables seamless communication, course management, and assignment handling. Students can access resources, submit assignments, and engage in discussions, while teachers can create courses, provide feedback, enhancing the overall learning experience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published