Skip to content

Jovit-Mathew236/mulearnbackend

 
 

Repository files navigation

µLearn Backend Project

Project Setup

Clone the Project

Clone the repository to your local machine using the following command:

git clone <repo-url>

Create the virtual environment

Create a virtual environment in a venv folder and activate it:

python -m venv venv
source venv/bin/activate

for windows:

python -m venv venv
venv\Scripts\activate.bat  

Install Dependencies

Install the required dependencies using the following command:

pip install -r requirements.txt

Set environment variables

Create a .env file in the project root directory by copying .env.sample and replace with your values.

Run the Project

python manage.py runserver

Now the project is up and running on http://localhost:8000/.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.7%
  • HTML 8.2%
  • Other 0.1%