An open API service indexing awesome lists of open source software.

https://github.com/ntidev/revolutionary-app

Revolutionary APP
https://github.com/ntidev/revolutionary-app

Last synced: over 1 year ago
JSON representation

Revolutionary APP

Awesome Lists containing this project

README

          

# Revolutionary App

This app can show you the IP address of the server running it

## Requirements

- **NodeJS**: https://github.com/nodesource/distributions), install the latest LTS version.
- **Yarn**: After installing NodeJS and NPM, install it with `npm install -g yarn`)

## Running the APP

- Copy your `.env.dist` to a `.env` file to have your environment variables configured
- Install the dependencies with the command `yarn`
- Run with `yarn start`

You should see a message on your console of "Listening on port XXXX". If you access the browser in the port mentioned, you should see the app running and working.