An online RSVP service that allows registered users to create events, share the link with their friends, and have their friends indicate whether they are attending or not.
Ensure you have nodejs and git installed on your computer
-
Clone the repository
git clone https://github.com/JerryJeager/Will-Be-There.git
-
Install Dependencies
npm install
-
Run the code
npm run dev
view the project on your browser from the port that was displayed on the terminal example: http://localhost:3000
API Documentation