MentorFix is an open source initiative to find mentors for people around who have certain projects in mind but need people/volunteers to bring those into life.
Be what you wanted your mentors to be for you.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Your machine should have NPM(or yarn), NodeJS and MongoDB server installed to use MentorFix locally.
git clone https://github.com/WrippleFoss/mentorFix
- Backend
cd server-api
yarn
- Frontend
cd view-src
yarn
- Backend
$ cd server-api
$ yarn start
goto http://localhost:4000
- Frontend
$ cd view-src
$ yarn start
goto http://localhost:3000
MentorFix uses a number of open source projects to work properly:
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Join our discord server by clicking on this link
MentorFix has been selected at GirlScript Summer of Code 2019!
This project is licensed under the Apache-2.0 - see the LICENSE.md file for details