Epic mail is a web application that allows users to communicate by sending mails to one another and allows a user to create groups.
Create a git repo on your local machine by cloning this repo from the dashboard.
What things you need to install the software and how to install them
go to node.js website and install node
go here https://nodejs.org/en/download/
download node for your platform and install
go to the sublime text official website and download sublime
go here https://www.sublimetext.com/3
download for your platform and install
go to the chrome official website and download chrome
go here https://www.google.com/chrome/
install all the dependencies and dev dependencies in the package.json file using npm install (name of package)
go to the post man Official website and download postman
go here https://www.getpostman.com/
downoad for your platform and install
also run test writen in mocha by running the command
npm run test
The coding style used is Airbnb-base from eslint run command against any file for this styling
npx eslint code.js
deploy this on Heroku
heroku.com
Node Sublime Chrome
Amos Oruaroghene
This project was inspired by the Andela team