Skip to content

ZU3AIRE/MarkMe.Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkMe.Backend

Table of Contents

Introduction

MarkMe.Backend is the backend service for the MarkMe attendance management system. It provides APIs to manage attendance records, users, and other related functionalities.

Features

  • User authentication and authorization
  • Attendance tracking
  • API endpoints for managing users and attendance records
  • Integration with frontend and mobile clients

Technologies

  • Language: C#
  • Framework: .NET
  • Database: (Specify your database here, e.g., SQL Server, PostgreSQL, etc.)
  • Others: (Include any other technologies or libraries used)

Getting Started

Prerequisites

  • .NET SDK (version x.x or later)
  • (Other prerequisites, e.g., database setup)

Installation

  1. Clone the repository:

    git clone https://github.com/ZU3AIRE/MarkMe.Backend.git
    cd MarkMe.Backend
  2. Restore dependencies:

    dotnet restore
  3. Update the database connection string and other configurations in the appsettings.json file.

Usage

To run the application, use the following command:

dotnet run

The API will be available at https://localhost:7177 (or your configured port).

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

You can edit and expand this template to better fit your project's specifics.

About

Attendance management system's backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages