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
- Host: GitHub
- URL: https://github.com/nickcallaghan/tt-api
- Owner: NickCallaghan
- Created: 2020-07-30T20:26:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T17:59:46.000Z (over 3 years ago)
- Last Synced: 2024-06-13T20:30:53.048Z (about 2 years ago)
- Language: JavaScript
- Size: 339 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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