This project will create an API four a web based application just like trip advisor. It will act as the middle man between the server and the user. It will provide authentication for users and the server to make sure that only the owner of the information can access it. It will also provide routing for different users and sections of the trip advisor. This entire service will be packaged inside docker containers.
* Node.js
* NPM for packages
* Docker
* Rate limiting
* Javascript Web Tokens
* MongoDB for user data
* MySQL for storing data
- Austin Sanders