WEBERA - A student friendly Learning Management System
How to Use the code??
1.Clone the repository
git clone https://github.com/mdmudassir7/webera.git
2.Create a virtual Environment
python -m venv venv
3.Install the requirements
pip install -r requirements.txt
4.Run the server
python manage.py runserver