Skip to content

Latest commit

 

History

History
executable file
·
23 lines (14 loc) · 834 Bytes

README.md

File metadata and controls

executable file
·
23 lines (14 loc) · 834 Bytes

groot-events-service

Build Status

Join the chat at https://acm-uiuc.slack.com/messages/C6XGZD212/

Setup

  1. npm install
  2. cp example.env .env
  3. Read this link to learn how to get a permanent facebook page access token.
  4. Fill in .env.
  5. npm start.

Routes

GET /events

  • Returns all events in chronological order, with formatted start and end dates.

GET /events/upcoming

  • Returns all upcoming events in chronological order, with formatted start and end dates.