An open API service indexing awesome lists of open source software.

https://github.com/ecelis/parade


https://github.com/ecelis/parade

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Parade Excercise

## Functional requirements of the application:

- Form to join as a participant:
- Name
- Manager email address
- Type of participant (Band or Carriage)
- Foundation date.
- A view for managing the position (order) of the participants in the parade.
- Every new participant will be placed at the last position of the list by default.
- The view for joining as a participant will be public.
- The admin view must be protected with authentication so only admins can log in.
- The admin will be able to edit any information about participants.
- The admin will be able to modify the order of the participants in the listing view.

## Resources

[NextJS Documentation](https://nextjs.org/docs)