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.
# 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.
-
This project uses yarn to install the dependencies. Don't use npm install.
-
To run the app locally, if you do not want to use the database at all, comment out the lines that reference the
backend/config.js
file:- Lines 5, 7, 20, 23 of
backend/server.js
- Line 3 of
backend/controllers/user.controller.js
- Lines 5, 7, 20, 23 of
-
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. Also create your own
backend/config.js
file with proper credentials, following the format given inbackend.config.example/js
. -
There is a route that sends emails - Line 82 of
backend/controllers/user.controller.js
. Remember to replace the auth credentials with your own before testing the route. -
Remember not to push any personal data like mongo uri or mail credentials.
Contributions are very welcome! See our CONTRIBUTING.md for more information.
- 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.
Click Here to view the deployment!
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.
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.