Skip to content

sanaa02/elearn-project

Repository files navigation

elearn-project

Welcome to elearn-project! This project aims to provide a platform for online learning.

Getting Started

To run the project locally, follow these steps:

  1. Create a Virtual Environment:
    # Create a virtual environment
    python -m venv env
    
    
  2. Activate the Environment:
    # Activate the virtual environment
    .\env\Scripts\activate
    
  3. Install Dependencies::
    # Install required packages
    pip install -r requirements.txt
    # Apply migrations
    python manage.py makemigrations
    python manage.py migrate
    
    
  4. Run server:
    # Run the server
    python manage.py runserver
    
    

to update requirements after installing new package :

pip freeze > requirements.txt



About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors