Skip to content

Latest commit

 

History

History

README.md

InClass Backend

Welcome to the InClass Backend repository. InClass is an Attendance Tracking System with a Django backend.

Project Overview

InClass's backend is responsible for handling user authentication, session management, and data storage for the entire system. It is designed to support the frontend's features while ensuring data security and reliability.

Getting Started

To set up the InClass Backend, follow these steps:

  1. Clone this repository.
  2. Install Python and Django.
  3. Navigate to the backend directory.
  4. Run pip install -r requirements.txt to install dependencies.
  5. Configure your database settings in settings.py.
  6. Run python manage.py migrate to set up the database.
  7. Run python manage.py runserver to start the server.

Ensure you have a working Python and Django environment set up.

Features

  • User authentication and authorization.
  • Session creation and management.
  • Real-time attendance tracking and history.

License

This project is open-source and available under the MIT License.