Skip to content

toledompm/checkin-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d225659 · Nov 11, 2021

History

44 Commits
Jun 27, 2021
Jun 6, 2021
Nov 10, 2021
Jun 27, 2021
Nov 10, 2021
May 16, 2021
Jun 6, 2021
Apr 3, 2021
Jun 8, 2021
Nov 10, 2021
Jun 29, 2021
Jun 6, 2021
Jun 27, 2021
Nov 11, 2021
Jun 3, 2021
Apr 3, 2021
Jun 6, 2021
Jun 6, 2021
Jun 27, 2021
Nov 10, 2021
Jun 5, 2021
Jun 6, 2021

Repository files navigation

CheckIn API

This API was developed as a part of my graduating paper. All the related documentation can be found in Markdown format here: checkin-docs

Up and running:

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

API Docs:

TODO, probably swagger link

Built with: Nest framework TypeScript starter repository.