We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A small backend is needed to facilitate things like getting events, submitting events and admin approval of events.
GET /events
POST /events
GET /events/:id
PUT /events/:id
DELETE /events/:id
The text was updated successfully, but these errors were encountered:
nprail
No branches or pull requests
A small backend is needed to facilitate things like getting events, submitting events and admin approval of events.
To-Do
API
GET /events
- Events ListPOST /events
- Submit EventGET /events/:id
- Single EventPUT /events/:id
- Update Event (Admin)DELETE /events/:id
- Delete Event (Admin)The text was updated successfully, but these errors were encountered: