CCooper92 / node-api4-project

Challenge Project for Node API 4 Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deployment and Best Practices

In this challenge, you will deploy an API of your choosing to Heroku.

Instructions

You are allowed, and encouraged, to collaborate with other peers. Please follow the twenty-minute rule, before seeking support.

Task 1: Minimum Viable Product

  • Pick any API, could be one of your past projects, and deploy it to Heroku.
  • Add support for environment variables using an .env file. You can use the dotenv npm package.

About

Challenge Project for Node API 4 Module