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 start
Dev Environment
npm start:dev
Clone the project
git clone [email protected]:St80ene/Wait-List-API.git
Go to the project directory
cd Wait-List-API.git
Install dependencies
npm install
Start the server
npm start
Server: Node, Express