Skip to content

crystalcourses/django-users-jwt-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django JSON Uploader

A simple Django web application for uploading JSON files, storing records in a database, and viewing them via a web interface.

Tech Stack

  • Python 3.10+
  • Django 5.x
  • SQLite (development)
  • uWSGI
  • Nginx

Features

  • Upload JSON files via web form
  • Store uploaded records in the database
  • View saved records in a table
  • Ready-to-use configuration for deployment with uWSGI and Nginx

Local Setup

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

python manage.py migrate
python manage.py runserver

About

Django REST API with JWT authentication, user management, Redis caching, and Swagger documentation. P.S. After launching, you need to create a superuser, get his access token and press the authorize button; in the access token input field, we enter "Bearer *our token*"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors