A store App built with NodeJS, Express, MongoDB, ES6, and SASS, which allows users to register, add stores with photos, track all store locations on a map, create star/text based reviews, edit stores and account properties, as well as view stores by rank.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Give examples
A step by step series of examples that tell you have to get a development env running
Run 'npm install' to install required packages.
Then
Run the command 'npm run start' to start the app on localhost:7777 by default.
Or if you want navigate to this ilnk to view a working demo:
https://dang-thats-delicious-dupakzsegd.now.sh/
Add additional notes about how to deploy this on a live system
- MongoDB - NoSQL database (MongoDB is a document database with the scalability and flexibility that you want with the querying and indexing that you need)
- Express - Fast, unopinionated, minimalist web framework for Node.js
- NodeJS - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
- Michael Mahrt - Vidramage
This project is licensed under the MIT License - see the LICENSE.md file for details