Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.22 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.22 KB

Barber Near Me

This is a full-stack web app that utilizes Mapbox as the frontend and geocode for the backend to add and display nearby barber locations on a user friendly map. Compared to offical barbershops, non-licensed and amateur barbers can add their locations particularly in these pressing times thanks to COVID.

Click the link here to see the web app: https://barber-near-me.herokuapp.com/

BarberNearMe Snap

Built With

  • Node.js - JS runtime environment
  • Express - Web Framework for Node.js
  • MongoDB - NoSQL database
  • Mongoose - ODM library for MongoDB and Node.js
  • Mapbox - Open source mapping platform
  • Heroku - Cloud Service Host

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Huge props to Traversy Media as learning resources
  • Props to Nayalash for giving idea of barbers
  • Thanks PurpleBooth for readme template