Skip to content

BrunoAssuncao/suggestion-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Suggestion Box

This is a web-based suggestion box for e.near written with the MEAN stack technologies Mongo, Express, Angular and Node. It is using grunt as task runner.

starting it up

  • do an npm install;
  • create a config.js file on the root with the following settings:
    process.env.PORT = 8181; //application port
    process.env.WEBMAIL_HOST = 'mail.<yourdomain>.<tld>'; //this is your company's webmail host, used for logging users in.
    process.env.MONGO_CONNECTION_STRING = 'mongodb://<host>:<port>/<db>';
  • on the root folder, run grunt and if Mongo is accessible to the app, it should start listening on the port you specified.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published