Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.53 KB

README.md

File metadata and controls

60 lines (35 loc) · 1.53 KB

Underground DEVs Site

Site developed to the Underground DEVs community to reach your depths

Getting Started

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.

Prerequisites

What things you need to install the software and how to install them

nodejs
npm
express (module of node - install through npm)

Installing

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

Deployment

This code was made to totally deploy on heroku without any troubles, through the Procfile

Built With

  • nodejs - JavaScript runtime environment
  • expressjs - The web framework used

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details