shelbyinloes / checkpoint-backend-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

Summary

Your company's front end team has completed a business dashboard requested by management. You need to build the data server that will provide the front end client with the data it needs to show.

Create a server

Routes

Database

MVC

  • create get routes, use the Models to get data from the database
    • /tasks
    • /orders
    • /messages
  • create post routes, use the Models to insert data into the database
    • /tasks
    • /orders
    • /messages

node-fetch

Run Server

  • start your server with "node index.js" and refresh the client webpage to make sure the data is populating properly.

About


Languages

Language:JavaScript 64.3%Language:HTML 34.9%Language:CSS 0.8%