/ubication

An application built to remember your parking spot

Primary LanguageJavaScript

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