Proyecto de ubicación de ATMs en Montevideo
- Clone the repo and
cd
to the folder - Start mongoDB using the local
data
folder:mongod --dbpath "$(pwd)/data"&
npm install
npm start
- Open your browser and point it towards http://localhost:3333
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.
- Fork the repo
make test
- hack, hack, hack
- Create a pull request with your changes
For more details, take a look at CONTRIBUTING.
Apache 2.0