Skip to content

enear/extreme-program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

131 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Near Extreme Program app

Getting Started

  1. Install Tool Dependencies
  1. Download Code Dependencies

    • Run npm install on the root folder
    • Run bower install on the root folder
  2. Set your configurations

    • Add a config.js to your root folder
    • Copy the following into the file and edit accordingly:
 module.exports = function(){
    process.env.MONGODB_CONNECTION_STRING = 'mongodb://localhost:27017/app_test';
    process.env.IP_ADDRESS = '127.0.0.1';
    process.env.PORT_NUMBER = 3000;

    process.env.APP_SECRET = 'Secret';
 }();
  1. Launch your HTTP server
  • Run grunt on the root folder
  1. Access the app on a HTTP server
  • Launch a browser and navigate to the ip and port you specified i.e. "127.0.0.1:3000"

About

Near Extreme Program app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5