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.
mentorFix-API repo has the back-end code of project MentorFix. visit https://github.com/WrippleFoss/mentorFix for front-end related code
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 installed to use mentorFix-API locally.
git clone https://github.com/WrippleFoss/mentorFix-API.git
cd mentorFix-API
yarn or npm i
$ cd mentorFix-API
$ yarn start or npm start
goto http://localhost:4000/api/graphql
This repo 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!
MentorFix has been featured at Rails Girls Summer of Code blog
MentorFix at Rails Girls Summer of Code
This project is licensed under the Apache-2.0 - see the LICENSE.md file for details