Coder Social home page Coder Social logo

attendanceapp's Introduction

Attendance Rest API

Golang Echo

Content

• Key Features
• Installing Using Github
• End Point
• Technologi that i use
• Contact me

📱 Features

  • Auth
  • Employee
  • Clock In
  • Clock Out
  • Swagger OpenAPI

⚙️ Installing and Runing from Github

installing and running the app from github repository
To clone and run this application, you'll need Git and Golang installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/reski-id/AttendanceApp.git

# Go into the repository
$ cd AttendanceApp

# Install dependencies
$ go get

# Run the app
$ go run main.go

# if you have problem while running you can use bash cmd and type this..
$ source .env #then type 
$ go run main.go #again

Note Make sure you allready create database mysql attendancedb for this app.more info in local .env and utils/database.go file.

📜 End Point

Auth

Methode End Point used for
POST /api/v1/register Register
POST /api/v1/login Login

Employee

Methode End Point used for
GET /api/v1/employees Get all employees
GET /api/v1/employees/:id Get One employees
GET /api/v1//employees/search Searching a employees
POST /api/v1/employees Insert employees
PUT /api/v1/employees/:id Update data employees
DELETE /api/v1/employees/:id Delete employees

Attendance

Methode End Point used for
POST /attendance/clock-in/:id Clock IN
POST /attendance/clock-out/:id Clock OUT

📜 Swagger Open Api

after you running the app you can access swagger open api in this http://localhost:8080/swagger/index.html

📜 Postman

you can find postman testing in /screenshoot/ folder

🛠️ Technology

This software uses the following Tech:

📱 Contact me

feel free to contact me ...

attendanceapp's People

Contributors

reski-id avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.