Skip to content
hanan o edited this page Jun 6, 2024 · 4 revisions

Welcome to the nsc-events-nextjs wiki!

Development

This section outlines the development environment and practices.

Git Branching Strategy

GitHub Flow Branching Strategy GitHub Flow Branching Strategy.pdf

Purpose

The repository hosts a NextJS application designed to manage events. It is part of a larger project aimed at providing a comprehensive solution for event management at Seattle Colleges.

Modules

  • Activity Module: Manages all event-related functionalities.
  • User Module: Handles user data and interactions.
  • Auth Module: Responsible for authentication and authorization, ensuring secure access to resources.

Technologies

Built using NextJS, the application leverages TypeScript and follows RESTful API principles.

Collaboration

The repository is open for contributions and aims to be a collaborative effort among students and faculty.

Clone this wiki locally