abhay27chauhan / MERN-Gurujii-dev

⭐️ Helps! in finding Tutors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GURU JI

About Us

GitHub contributors Issues PRs Forks Stars

We have created this platform to help the students find best tution teacher in their city easily.You just have to enter pincode of your city and we will show you best teachers in your locality along with their teaching styles and their qualification from which you can select best teacher for yourself.

Technology Stack

Getting Started

Want to contribute? Follow the steps below to set it up locally.

# Clone this repository
$ git clone https://github.com/your-username/MERN-Gurujii-dev.git

# Go into the repository
$ cd MERN-Gurujii-dev

# Install backend dependencies
$ cd backend 
$ yarn install

# Install frontend dependencies
$ cd .. 
$ yarn install

# Run website
$ yarn dev

This should launch the website on localhost:3000.

We have used proxy so all the requests made to backend from frontend will be served at localhost:5000 at which our backend is running.

Note

  • This project uses yarn to install the dependencies. Don't use npm install.
  • For security reasons we have made the MongoDb URI secure, by not adding a hardcoded username and password. For development purpose, you can install, MongoDB locally or use the online version.
  • Comment line number 6,7,22 in backend/server.js.
  • If you have use the online version add your url in line number 22.
  • Comment line number 4 in backend/routes/users.js.
  • Add your auth and pass in backend/routes/users.js line number 94 and 95.

Contribution

Contributions are very welcome! See our CONTRIBUTING.md for more information.

Want to test your changes on mobile phone?

  • To view on mobile, your laptop and mobile phone should be on the same network.
  • Run ipconfig on terminal, enter <ip4address>:3000 as url on mobile web browser.

Demo

Click Here to view the deployment!

Deploy

Great! Now you are good to go. Open/pick an issue, discuss your idea, make the changes in your feature branch and create your first pull request in this repo.

Interesting?? Star this Repo

Open Source Program

This Project is a part of the following Open Source Program

  • GirlScript Summer of Code is the 3 month long Open Source program during summers conducted by GirlScript Foundation, started in 2018, with an aim to help beginners get started with Open Source Development while encouraging diversity. Throughout the program, participants contribute to different projects under guidance of experienced mentors. Top participants get exciting goodies and opportunities.

  • GirlScript Summer of Code 2020 witnessed overwhelming participation and 2021 edition will carry the legacy forward while promising to be even more impactful and grand.

Girlscript Summer Of Code

Contributors:

Credits goes to these people:✨

About

⭐️ Helps! in finding Tutors.

License:MIT License


Languages

Language:JavaScript 88.0%Language:HTML 8.6%Language:CSS 3.3%