The place where cosmic kites are born. A webpage to find all the football fields where the stars (or not) are born.
- Install Node JS [https://nodejs.org/es/]
- MongoDB [https://www.mongodb.com/es]
- Go inside Holyground directory.
- Run command line npm install
- Create a directory call config
- Inside this directory create dev.env and test.env
- Add the following enviroment variables:
-
- PORT=3001
-
- DATABASEURL=mongodb://localhost/holy_ground
-
- CLOUDNAME=holyground-dev
-
- APIKEY=Api key from cloudinary
-
- APISECRET= Api secret from cloudinary
-
- GEOCODER_API_KEY= Private key from google maps.
- npm run dev
- npm run test
- git add .
- git commit -m "Message."
- git push origin master
- NodeJS - The web framework used
- MongoDB - Database Engine
- CircleCi - Continuous Integration server
- Heroku - Platform as Service
- Google Maps - Maps API
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use Git for versioning. For the versions available, see the tags on this repository.
- Pablo Costanzo - Initial work - HolyGround
See also the list of contributors who participated in this project.
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc