It is a platform which allows a user to report Pothole in their neighbouring area seamlessly. Also, using this platform, officials can resolve the reported issues easily and the concerned user gets notified
S.No. | Branch Name | Purpose |
---|---|---|
1. | master | contains the backend code |
2. | Frontend | contains all frontend code |
3. | android | contains all android code |
$ git clone https://github.com/wargraver/Bug_slayers.git
$ cd Bug_slayers
$ git checkout Frontend
To open site on Localhost:
$ npm install
$ node app
Make changes to the code and save your changes
Commit your changes using:
$ git commit -m "add any comment"
Made with Love ❤️️ & Passion 🙏.
Like the project?? Give us a star ⭐. Have a nice day!