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 .env
Then install dependencies:
make setup
Finaly, just run the application!
make start
TODO, probably swagger link
Built with: Nest framework TypeScript starter repository.