The backend for the Zenefits portal built in Express.js. The salient features of this app are:
- CORS enabled
- Usage of dotenv to manage server secrets.
- 'A' quality code certified by codacy.
- clone this repo
git clone https://github.com/YashJipkate/zenefits-backend
- navigate to the root of this repo
cd zenefits-backend/
- run
node app.js
from the root directory. The server is live onlocalhost:3000