An API endpoint that helps people to join a waitlist.
To run this project, you will need to add the following environment variables to your .env file
MONGODB_URI
PORT
To deploy this project run
npm startDev Environment
npm start:devClone the project
git clone git@github.com:St80ene/Wait-List-API.gitGo to the project directory
cd Wait-List-API.gitInstall dependencies
npm installStart the server
npm startServer: Node, Express