All Projects → booleanhunter → how-to-build-your-own-uber-for-x-app

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

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

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to how-to-build-your-own-uber-for-x-app

Phantom
A mimic website of Pinterest where one can share ideas , socialize and find inspirational ideas
Stars: ✭ 18 (-86.96%)
Mutual labels:  mongoose, socket-io
aircnc
☕ Airbnb like (Air Coffee & Code) to booking spots for developers using ReactJS, React Native, Node.js and more.
Stars: ✭ 37 (-73.19%)
Mutual labels:  mongoose, socket-io
AmigoChat-Realtime-Chat-Application
AmigoChat is a responsive real-time chat application built on MERN Stack and Socket io.
Stars: ✭ 22 (-84.06%)
Mutual labels:  mongoose, socket-io
node-server-template
This is Node.js server tidy template / boilerplate with Express (with asyncified handlers, custom error handler) framework and MongoDb. The server use ES6 and above. On different branches you can see different techniques' and technologies' usage, such as Kafka, nodemailer, file download... You also can find postman collections.
Stars: ✭ 116 (-15.94%)
Mutual labels:  mongoose, socket-io
Pepaverse
Pepaverse is an open source social network build with nodejs, mongoDB, passportjs and socket.io
Stars: ✭ 16 (-88.41%)
Mutual labels:  mongoose, socket-io
angular-chat
Angular v.9, Node.js, Nest.js v.6, Mongoose, Socket.io, Passport, Angular Universal SSR (in progress...)
Stars: ✭ 35 (-74.64%)
Mutual labels:  mongoose, socket-io
node-js-project-structure
No description or website provided.
Stars: ✭ 21 (-84.78%)
Mutual labels:  mongoose, project
chat-app-server
Back-end server for chat application built using express, moongodb & socket.io for Frontend (https://github.com/binbytes/nuxt-chat-app).
Stars: ✭ 30 (-78.26%)
Mutual labels:  mongoose, socket-io
React-Native-Chat-App
A simple chatting app built with React Native, Socket.io, ExpressJS and MongoDB. The server app provides APIs for authentication, message sending and receiving. In the client app React-Native-Gifted-Chat is used for the chat interface.
Stars: ✭ 22 (-84.06%)
Mutual labels:  mongoose, socket-io
boss
React+express+sock.io+mongodb build a boss
Stars: ✭ 25 (-81.88%)
Mutual labels:  mongoose, socket-io
python-tutorial-codes
Python 🐍 Tutorials
Stars: ✭ 23 (-83.33%)
Mutual labels:  learning-by-doing, tutorial-code
Vuesocial
something like QQ、weibo、weChat(vue+express+socket.io仿微博、微信的聊天社交平台)
Stars: ✭ 189 (+36.96%)
Mutual labels:  mongoose, socket-io
express-boilerplate
ExpressJS boilerplate with Socket.IO, Mongoose for scalable projects.
Stars: ✭ 83 (-39.86%)
Mutual labels:  mongoose, socket-io
opentelemetry-ext-js
js extensions for the open-telemetry project
Stars: ✭ 122 (-11.59%)
Mutual labels:  mongoose, socket-io
chat-app
An Express React Redux Socket.IO Chat App that uses MongoDB with Mongoose driver as database and Passport for user authentication.
Stars: ✭ 24 (-82.61%)
Mutual labels:  mongoose, socket-io
shortest-tutorial-ever
A list of the shortest tutorials ever.
Stars: ✭ 14 (-89.86%)
Mutual labels:  learning-by-doing, tutorial-code
ATtiny85-TinyDFPlayer
MP3-Player
Stars: ✭ 22 (-84.06%)
Mutual labels:  project
Weekly-Challenge-2022-Swift
Retos semanales de la comunidad MoureDev para practicar Swift & iOS
Stars: ✭ 328 (+137.68%)
Mutual labels:  tutorial-code
Online-Chess
A chess website where people can play against each other online.
Stars: ✭ 28 (-79.71%)
Mutual labels:  socket-io
NLP Quickbook
NLP in Python with Deep Learning
Stars: ✭ 516 (+273.91%)
Mutual labels:  tutorial-code

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].