Skip to content
1Po.st is a community of open-source software developers.
JavaScript CSS HTML
Latest commit 1e437bd Dec 4, 2015 @kulakowka Update README.md
Failed to load latest commit information.
app about page Dec 4, 2015
bin fix Nov 6, 2015
static favicon Nov 21, 2015
.gitignore newrelic for test Nov 11, 2015
README.md Update README.md Dec 4, 2015
package.json Update package.json Nov 24, 2015

README.md

Install:

git clone https://github.com/kulakowka/1post.git
cd 1post
npm install 

Development:

npm start

Open in your browser http://localhost:3000

Production:

PORT=3000 NODE_ENV=production forever start ./bin/www --harmony

Default environment variables:

You must change it, if you want to run in production.

  • ADMIN_USERNAME=kulakowka
  • COOKIE_SECRET=1P0F55gj3dsss777kllpom
  • MAILGUN_DOMAIN=sandboxa2fa6aec1054486ba188ee59ad0fcdbd.mailgun.org
  • MAILGUN_API_KEY=key-2fea16609fb8a7434a05e84a4c480ac1
  • MONGO_URL=mongodb://localhost/express_app_v7
  • PORT=3000
  • NODE_ENV=production

Google Analytics Dashboard

I set up a special dashboards to monitor the most important parameters of the project. This is link to GA report template.

GA report template

Something went wrong with that request. Please try again.