Git Product home page Git Product logo

mod_3_sgt's Introduction

React Student Grade Table - Module 3

Starting project code for the SGT project

Setup Instructions

  1. Fork this repo
  2. Clone your forked copy of this repo
    • git clone https://github.com/[Your Username]/mod_3_sgt.git
  3. Change directory into the newly cloned repo
    • cd mod_3_sgt
  4. Install dependencies
    • npm install
  5. Start dev server
    • npm start
  6. Open a browser and navigate to localhost:3000

API Documentation

Add Grade Record

  • PATH /api/grades
  • METHOD POST
  • DATA
{
    "name": "Student Name",
    "course": "Course Name",
    "grade": 97
}

Get Grade Record List

  • PATH /api/grades
  • METHOD GET
  • DATA none

Get Single Grade Record

  • PATH /api/grades/:id
  • METHOD GET
  • DATA none

Delete Grade Record

  • PATH /api/grades/:id
  • METHOD DELETE
  • DATA none

Update Grade Record

  • PATH /api/grades/:id
  • METHOD PATCH
  • DATA Send one or more of the properties you want to update
{
    "name": "Student Name",
    "course": "Course Name",
    "grade": 97
}

Build For Deployment

  1. Run webpack to build project
    • npm run build

NOTE: After building you can not directly run your app locally. You must run your app from the root directory of a server.

mod_3_sgt's People

Contributors

scbowler avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.