kmeraz / ubication

An application built to remember your parking spot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubication

An application designed for creating location-based memos and reminders to help you remember your parking spot. Built with React/Redux, Google Maps API, Material-UI, Node, Express, Passport, Mongoose and MongoDB. Deployed to Heroku.

Installation

git clone https://github.com/kmeraz/ubication

then

npm install

Make sure to have an instance of MongoDB running on your local machine

Serve your files on a webpack server (with hotloading!)

npm start

Then go to localhost:8080.

Process and bundle your files

webpack

Re-process and re-bundle your files whenever you make a change

webpack --watch

Run just one command to enable all of these features

npm run dev-start

About

An application built to remember your parking spot


Languages

Language:JavaScript 53.7%Language:HTML 26.4%Language:CSS 19.9%