CougarCS is the largest student-run Computer Science organization at the University of Houston. At CougarCS, our mission is to smoothly transition our inexperienced members into young professionals by the end of their degree and to provide support and assistance to members who struggle academically or who need career guidance.
Our open source project for CougarCS is an application that assists officers in efficiently managing member and event data. We aim to streamline the process of member management and event organization, reducing the manual work required and allowing officers to focus on more strategic tasks. This application is designed to be user-friendly, efficient, and effective, making the management of members and events a breeze.
The CougarCS Admin Portal is built using a variety of technologies:
Frontend: The portal is built with Next.js and TypeScript.
Backend: The backend is built with Next.js and TypeScript.
Database: The database used is PostgreSQL, provided by Supabase. Supabase not only serves as our database provider but also handles authentication for the portal.
Cloud Provider: AWS (Amazon Web Services) is our cloud provider, hosting our database.
npm i
to install packages.env
in the root (./) directory with the following variables:
You can obtain the values for these variables from the Supabase project dashboard.NEXT_PUBLIC_SUPABASE_URL="Supabase public url"
NEXT_PUBLIC_SUPABASE_ANON_KEY="Supabase anonymous key"
npm start
: Runs the code normally using next startnpm run dev
: Starts the development server.npm run build
: Builds the application for production usage.npm run lint
: Runs ESLint on the codebase.npm run prettier
: Runs Prettier on the codebase.npm run prettier:fix
: Runs Prettier on the codebase and fixes any issues._app.tsx
: This is the root component of the application../components
: This folder contains all the components used in the application../pages
: This folder contains all the pages used in the application../public
: This folder contains all the static files used in the application../styles
: This folder contains all the styles used in the application../types
: This folder contains all the types used in the application../utils
: This folder contains all the utility functions used in the application../__tests__
: This folder contains all the tests used in the application.We welcome contributions from everyone. If you're interested in contributing to our project, you can do so by making a pull request. Here's how:
Once your pull request is reviewed and approved, it will be merged into the main repository. Thank you for your contribution!
git remote add upstream https://github.com/CougarCS/CougarCS-AdminPortal.git
git fetch upstream
git checkout main
git merge upstream/main
If you encounter any problems or have any questions about this project, please feel free to contact us. You can get in touch with the CougarCS Webmaster at webmaster@cougarcs.com.