Skip to content

Repository files navigation


Member Portal

Description

PRD: https://docs.google.com/document/d/19UwsS5J9EaWmo3Hfd-eT0G2LwBWQcU-Ybc4b5QBVK4E/edit?usp=sharing

The goal of the member portal is to create a centralized internal portal to manage chapter members, showcase past and present projects, centralize chapter resources, and handle internal announcements. All of the requirements for MVP and stretch goals are outlined in the PRD.

Getting Started

Prerequisites

Please have the following installed on your machine:

  • Node.js
  • PNPM
  • VSCode

Please have the following VSCode extensions installed:

  • Prettier
  • ESLint
  • Code Spell Checker
  • markdownlint

Environment Variables

Create a .env file in the root directory of the project and add the following variables:

DATABASE_URL=
AUTH_DRIZZLE_URL=
NEXTAUTH_URL=
NEXTAUTH_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=

Please contact leadership to obtain the private values for these variables.

Running the App

  1. Run pnpm install to install the dependencies.
  2. Run pnpm run dev to start the development server.

Contributing

Branch protections are enabled on this repository. To contribute, please create a new branch and make a pull request. The rules for branch names are lax, just be sure to include your name.

An example branch name for a card that adds a reset password email would be:

rudra-reset-password-email

Your pull request title must follow the conventional commits specification. An example of a valid pull request title is:

feat: Add pending form submissions table

Testing

Debugging

The .vscode/launch.json file is configured to run Next.js in debug mode. This can let you step through your code line by line and inspect variables. To start debug mode, navigate to the Run and Debug tab in VSCode, select the mode, and click the green play button.

About

Centralized internal portal to manage chapter members, showcase past and present projects, centralize chapter resources, and handle internal announcements.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages