Skip to content

newaustriancodingschool/rc-check-in-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check-in webapp

A simple Spring Boot web application, with Spring Data REST to process check ins and check outs via HTTP and store them in a PostgreSQL database.

To run the application locally you need a PostgreSQL database with a user named postgres and password postgres, and a database called checkin. If you need to, you can adjust the settings in the application.properties.

To start the application, use

mvn spring-boot:run

Related repositories:

NFC card reader: https://github.com/RefugeesCodeAT/rc-check-in-card-reader
Frontend: https://github.com/RefugeesCodeAT/Attendance

About

Backend REST-API for the check-in system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published