Skip to content

okyirmawan/employee-attendance-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Attendance

This repository is an API for a simple attendance system. Available endpoints include adding new employees, logging in to get tokens, and taking attendance. With tokens, employees can check in, check out, and view their attendance history daily. The authentication system used in this system is JWT.

Setup

To use this API, you can follow the following steps.

  • Clone project from this repository.
  • Edit file .env
  • Create database.
  • Run go run main.go.

Demo

API Documentation can be accessed at the following url http://{{baseurl}}/swagger/index.html.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages