Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 624 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 624 Bytes

Loggsy Backend

Project Structure

  • server/ - Django project directory
    • server/ - Django root app
    • sandbox_api/ - Sandbox app
    • logs_api/ - Main app for logs
    • manage.py - Django manage script
    • requirements.txt - Python dependencies

Packages Used

  • psycopg2 (for PostgreSQL)
  • django-environ (for environment variables)
  • djangorestframework (Backend APIs)
  • django-cors-headers (CORS)
  • dj-database-url (DB connection)
  • gunicon (Deployment)

API Endpoints

API Documentation

Database Schema

Database Schema