Skip to content

µLearn is a synergic philosophy of education, with a culture of mutual learning through micro groups of peers. µLearn is here to assist you in breaking through the echo chambers and free you from the shackles that have you grounded.

Notifications You must be signed in to change notification settings

gtech-mulearn/mulearnbackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9009a96 · Apr 25, 2024
Aug 16, 2023
Feb 12, 2024
Apr 22, 2024
Apr 13, 2024
Dec 13, 2023
Apr 24, 2024
Dec 28, 2023
Mar 11, 2023
Apr 19, 2024
Nov 2, 2023
Nov 3, 2023
May 19, 2023
Jul 18, 2023
Nov 3, 2023
Jan 19, 2023
Dec 2, 2023

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

µLearn is a synergic philosophy of education, with a culture of mutual learning through micro groups of peers. µLearn is here to assist you in breaking through the echo chambers and free you from the shackles that have you grounded.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published