Skip to content

Latest commit

 

History

History
82 lines (51 loc) · 1.75 KB

deprecated-readme.md

File metadata and controls

82 lines (51 loc) · 1.75 KB

MentorFix

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Your machine should have NPM(or yarn), NodeJS and MongoDB server installed to use MentorFix locally.

Installation

git clone https://github.com/WrippleFoss/mentorFix
  • Backend
cd server-api
yarn
  • Frontend
cd view-src
yarn

Run locally

  • Backend
$ cd server-api
$ yarn start
goto http://localhost:4000
  • Frontend
$ cd view-src
$ yarn start
goto http://localhost:3000

Built With

MentorFix uses a number of open source projects to work properly:

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

Get in touch

Join our discord server by clicking on this link

Important Notice

MentorFix has been selected at GirlScript Summer of Code 2019!

GirlScript

License

This project is licensed under the Apache-2.0 - see the LICENSE.md file for details