booleanhunter / how-to-build-your-own-uber-for-x-app

Code for my blog post on How to Build Your Own Uber-for-X App

Home Page:https://booleanhunter.com/blog/how-to-build-your-own-uber-for-x-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Maintained

Code for my blog series:

Tech Stack

HTML5 JavaScript Node.JS Express.JS MongoDB

How to install:

  • Install NodeJS and MongoDB
  • Fork this project and clone it in your machine
  • cd to your project root and run npm install
  • run mongoimport --db uberForX --collection cops --drop --file ./db/cops.json to import sample cop information in MongoDB
  • run mongoimport --db uberForX --collection requests --drop --file ./db/crime-data.json to import sample crime information in MongoDB

How to run:


Made with love

Did this project help you? I'd love your support 🙏

ko-fi

Buy Me A Coffee

About

Code for my blog post on How to Build Your Own Uber-for-X App

https://booleanhunter.com/blog/how-to-build-your-own-uber-for-x-app/


Languages

Language:HTML 51.7%Language:JavaScript 48.3%