Skip to content

A simple web application implemented using Django framework allowing participants to create rooms in different topics to share lessons

Notifications You must be signed in to change notification settings

AbdessamedSed/Lets-Study-Together

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lets Study Together

A simple web application implemented using Django framework allowing participants to create rooms in different topics to share lessons

Prerequisites

  • Python
  • Django

Setup Instructions

Follow these steps to clone the project, set up the environment, and start the Django server locally.

Clone the Repository

 git clone https://github.com/AbdessamedSed/Lets-Study-Together.git
cd .\Lets-Study-Together\

Create and Activate Virtual Environment

python -m venv env
source env/bin/activate   # On Windows use `env\Scripts\activate`

Install Dependencies

pip install -r requirements.txt

Apply Migrations

python manage.py migrate

Start the Development Server

python manage.py runserver

Accessing the Application

Once the server is running, open a web browser and go to:

http://127.0.0.1:8000/

About

A simple web application implemented using Django framework allowing participants to create rooms in different topics to share lessons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published