An open API service indexing awesome lists of open source software.

https://github.com/nickcallaghan/tt-api

API to facilitate track and track
https://github.com/nickcallaghan/tt-api

Last synced: about 1 year ago
JSON representation

API to facilitate track and track

Awesome Lists containing this project

README

          

# Contact Tracking API

## Intro
This project was created thinking to facilitate the a quick and easy way for guests in **bars, cafe's and restaurants** to provide contact details to facilitate effective track and trace in the event of a covid-19 out-break.

## Tech
This is a node-js REST/JSON api using express and a mongo DB. Some some routes are authenticted using JWT.

## Setup

1. Configure a mongo db instance to use. Mongo DB atlas which is hosted is a good choice.
2. Configure Environment variables
3. Install delendencies
4. Start Server