/atmuy

Proyecto de ubicación de ATMs en Montevideo

Primary LanguageJavaScriptApache License 2.0Apache-2.0

atmuy

Proyecto de ubicación de ATMs en Montevideo

Build Status Code Climate Dependency StatusCoverage Status

Installation

  1. Clone the repo and cd to the folder
  2. Start mongoDB using the local data folder: mongod --dbpath "$(pwd)/data"&
  3. npm install
  4. npm start
  5. Open your browser and point it towards http://localhost:3333

Dependencies

This project requires both MongoDB and NodeJS to run, so please make sure you have setup both properly on your system.

We recommend having an instance of mongo running prior to starting the app. Likewise, it is advisable to use the local data folder as a DB dump.

Contributing

  1. Fork the repo
  2. make test
  3. hack, hack, hack
  4. Create a pull request with your changes

For more details, take a look at CONTRIBUTING.

License

Apache 2.0