Skip to content
Discussion options

You must be logged in to vote

For a campus events platform, you might want to focus on these core areas:

Backend/Data:

  • User auth (students, faculty, clubs)
  • Event CRUD operations
  • Notification system
  • Database design (users, events, RSVPs, clubs)

Frontend:

  • Event calendar/list view
  • User dashboards
  • Event detail pages
  • Mobile-responsive design

Key features to prioritize:

  • Event creation/editing (with approval workflows for clubs)
  • RSVP system
  • Push/email notifications
  • Search and filtering
  • Integration with campus calendar systems

Tech stack suggestions:

  • Frontend: React/Vue + a UI framework
  • Backend: Node.js/Python + database (PostgreSQL recommended)
  • Notifications: Firebase/Pusher for real-time updates
  • Auth: Auth0 or similar

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@alien1611
Comment options

Answer selected by alien1611
Comment options

You must be logged in to vote
1 reply
@alien1611
Comment options

This comment was marked as off-topic.

@alien1611
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
General General topics and discussions that don't fit into other categories, but are related to GitHub Question Ask and answer questions about GitHub features and usage
4 participants