Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 919 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 919 Bytes

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/