https://github.com/cilindrox/atmuy
Proyecto de ubicación de ATMs en Montevideo
https://github.com/cilindrox/atmuy
Last synced: 11 months ago
JSON representation
Proyecto de ubicación de ATMs en Montevideo
- Host: GitHub
- URL: https://github.com/cilindrox/atmuy
- Owner: cilindrox
- License: apache-2.0
- Created: 2014-05-03T13:43:29.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-23T15:54:23.000Z (almost 12 years ago)
- Last Synced: 2025-03-27T04:19:52.513Z (about 1 year ago)
- Language: JavaScript
- Size: 804 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
atmuy
=====
Proyecto de ubicación de ATMs en Montevideo
[](https://travis-ci.org/gfestari/atmuy) [](https://codeclimate.com/github/gfestari/atmuy) [](https://gemnasium.com/gfestari/atmuy)[](https://coveralls.io/r/gfestari/atmuy?branch=master)
## Installation
1. Clone the repo and `cd` to the folder
2. Start [mongoDB] using the local `data` folder: `mongod --dbpath "$(pwd)/data"&`
2. `npm install`
3. `npm start`
4. 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
[mongoDB]: http://www.mongodb.org/downloads
[CONTRIBUTING]: CONTRIBUTING.md