Skip to content

RESTful API using Django and Swagger UI using SQLite3 and DjangoRestFramework (Token based authentication)

License

Notifications You must be signed in to change notification settings

arxiver/django-jwt-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

RESTful API using Django and Swagger UI using SQLite3 and DjangoRestFramework (Token based authentication)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages