This API was developed as a part of my graduating paper. All the related documentation can be found in Markdown format here: checkin-docs
A Makefile has been included to help setup this application. If you want to see the available commands, just run make.
First create and fill out the .env file:
cp .env.sample .envThen install dependencies:
make setupFinaly, just run the application!
make startTODO, probably swagger link
Built with: Nest framework TypeScript starter repository.