Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 354 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 354 Bytes

Eventify

An event planning website where you can RSVP to events, or create them

Setup:

  1. Go into the API folder cd API/
  2. Start the .NET backend using dotnet watch --no-hot-reload
  3. Open a new terminal
  4. Go into the React/client folder cd client-app
  5. Install all dependencies using npm install
  6. Start the React app using npm start