Discover and access opportunities tailored to your field, financial status, and with a special focus on inclusivity for people of color and various minority groups.
Report Bug
·
OperationOpportunities is a full-stack platform dedicated to connecting individuals with opportunities that are perfectly suited to their specific fields and preferences, whether they are paid or unpaid. Our platform is committed to promoting inclusivity, ensuring that people of color and other historically marginalized groups have equal access to these opportunities. By leveraging advanced filtering and matching algorithms, OpportunityFinder helps users discover valuable opportunities that align with their professional goals and personal interests.
Here is a list of services/frameworks used:
- Node.js and npm
- MongoDB
- Git
Clone the repo
git clone https://github.com/HanzPo/hawkhacks-2024.git
Navigate to the frontend directory
cd hawkhacks-2024/frontend
Install NPM packages
npm install
Navigate to the frontend directory
cd frontend
Start the development server
npm run dev
Ensure MongoDB is running locally. Import the database dump located in the database folder:
mongorestore --db student_opportunities_db ../database/student_opportunities_db
Database
The database dump is included in the database folder. Ensure you have MongoDB installed and running before importing the data.