FORUMTEER is a comprehensive volunteer management platform designed to streamline the process of enrolling, managing activities, and handling administrative tasks for non-profits like BigAtHeart.
Follow these instructions to get a copy of FORUMTEER up and running on your local machine for development and testing purposes.
- Git
- Node.js
- npm (comes with Node.js)
-
Clone the repository
git clone https://github.com/leroytan/bigatheart -
Navigate to the project directory
cd bigatheart/bigatheart -
Install NPM packages
npm install -
Create a
.envfile in the root directory of the project with the relevant details (in the demo video)This configures your environment to connect to the Supabase backend.
-
Start the development server
npm run dev -
Open your web browser and navigate to the URL provided in the console output, usually
http://localhost:3000/
Explore the features of FORUMTEER by registering as a new user, joining activities, and utilizing the admin panel to manage volunteer tasks and generate reports.
Feel free to fork this repo and contact us if you make any contributions
- BigAtHeart, for the problem statement and inspiration.
- Developer Student Clubs @ NUS Computing, for the support during the Hack for Good.
- All contributors who have invested time and effort into realizing FORUMTEER: Leroy Tan, Nicholas Tok, Yashvan Alagirisamy and Bryan Chew.