Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 755 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 755 Bytes

Will Be There

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.

Getting Started

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