Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.41 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.41 KB

Welcome to LMS

How to get started

  1. Clone the repo git clone https://github.com/rrrokhtar/lenme/
  2. Change directory to the repo cd lenme
  3. Make sure of having virtualenv package installed and python3
  4. Create a virtual environment virtualenv venv
  5. Activate the virtual environment source venv/bin/activate
  6. Install the requirements pip3 install -r requirements.txt
  7. Run the migrations python manage.py makemigrations core
  8. Run the migrations python manage.py migrate
  9. Run the server python manage.py runserver
  10. Visit the server at http://localhost:8000 which will show you the API documentation

Stack

  • Django
  • Django Rest Framework
  • SQLite
  • Swagger

Context

context

System Architecture

architecture

API Documentation

api

Demo