Skip to content

bloominstituteoftechnology/node-db4-guided

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node DB 4 Guided Project

Guided project for Node DB 4 Module.

Prerequisites

Project Setup

  • import and clone this repository.
  • CD into the folder where you cloned your version.
  • type npm i to download dependencies.
  • type npm run server to start the API.

Requirements

A client has hired you to build an API for managing zoos and the animals kept at each zoo. The API will be used for zoos in the United States of America, no need to worry about addresses in other countries.

For the zoos the client wants to record:

  • name.
  • address.

For the animals the client wants to record:

  • name.
  • species.
  • list of all the zoos where they have resided.

Determine the database tables necessary to track this information and build the migrations

About

Guided Project Starter Code for Node DB 4 Module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •