Skip to content

Latest commit

 

History

History
69 lines (39 loc) · 796 Bytes

README.md

File metadata and controls

69 lines (39 loc) · 796 Bytes

Wait-List-API

An API endpoint that helps people to join a waitlist.

API Reference

Docs

API Docs

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MONGODB_URI

PORT

Authors

Deployment

To deploy this project run

  npm start

Dev Environment

  npm start:dev

Run Locally

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

Tech Stack

Server: Node, Express