VolMe is a collaborative platform to help volunteer event organizers and prospective volunteers to connect and collaborate effortlessly by offering a seamless interface for event posting, personalized searching, and event registration, enhanced by a convenient volunteer selection process as well as a comprehensive event review system.
- To get started you have to clone the project onto your local machine
git clone https://github.com/ShuaiweiYu/VolMe.git
- Change into the project directory
- Navigate into frontend folder
cd frontend
npm install --legacy-peer-deps
- Start
npm start
- Navigate into backend folder
cd backend
npm install --legacy-peer-deps
- Start
npm start