Skip to content

ChrisBarnes2000-MS-DU/BEW1.3_Final_Custom_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom API using Node.js

GitHub GitHub

Objectives

  • Practice the SDLC by completing a project from proposal to deployment with a focus on Test Driven Development practices.
  • Utilize all the techniques learned in class in a single cohesive project.
  • Produce a portfolio-worthy authenticated API to show off to the world!

HOW TO START THIS PROJECT

$ npm start

Dependencies

They are added to the package.json file, and the usage of a virtualenv is highly recommended. To set this up please Follow these steps using a terminal.

First install one if it's not already installed

$ npm install dotenv

Then run this command on the same folder of package.json.

$ npm install