Site developed to the Underground DEVs community to reach your depths
To run this project locally, in your own machinne, you need to have node-js installed. This tutorial will be directed to Linux use. If yuo use Windows, sorry.. Undergrounds DEVs is not for you.
What things you need to install the software and how to install them
nodejs
npm
express (module of node - install through npm)
In order to run the server, you must:
node app.js
And access the page in your browser in port 5000:
127.0.0.1:5000
This code was made to totally deploy on heroku without any troubles, through the Procfile
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Eric Binsfeld - Initial work - EricLoBin
- Kevson Filipe - Frontend - KevsonDoc
- Pablo Miranda - Entertainment - KevsonDoc
- Wanghley Martins - Backend - wanghley
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details