/api-server

api server with sequelize node.js and express

Primary LanguageJavaScriptMIT LicenseMIT

API SERVER PROD

DEPLOYED

coming soon!

UML Diagram;

Installation

  1. Clone from this repo git clone (green button near top of repo)
  2. cd into <REPO_NAME>
  3. npm install

Usage

Once installed, run npm start

Contributors / Authors

  • Tanner Percival

Features / Routes

This repo features the testing and implementation of modularized routing. 2 Schemas are ysed a music shcema and a people schema, each of which have their own respective routes folder with their own RESTFUL CRUDing routes. See the test files.