chavesrodolfo / Emaily

Emaily

Home Page:https://emaily-web.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Status: Building

Install

Development

Create a config folder and put into it a file named dev.js with the content bellow.

module.exports = {
    googleClientID : "451072916731-m604m51aptqr72ej4o8gsg2karev5qrh.apps.googleusercontent.com",
    googleClientSecret : "eTqKtcH4RHZ9GDstmouJmclb",
    mongoURI: "mongodb://dodz:dodz123!@ds225078.mlab.com:25078/dodz-emaily-dev",
    cookieKey: 'MBM65433DHGCF79879JBJHMH'
};

Run

Run in development mode

npm run dev

Deploy

It is running at Heroku. Just commit and push to master configured there.

Commands

  • Setting heroku repository heroku git:remote -a emaily-api
  • Push and Deploy git push heroku master
  • Open URI heroku open

Demo

API - https://emaily-api.herokuapp.com WEB - https://emaily-web.herokuapp.com

About

Emaily

https://emaily-web.herokuapp.com


Languages

Language:JavaScript 88.3%Language:HTML 11.7%