Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 3.75 KB

File metadata and controls

67 lines (41 loc) · 3.75 KB

Clout Icon

Client Integration Solutions

RESTful API server has two dependancies

To install and serve RESTful API server:

npm install
npm start

RESTful API server is now running on http://localhost:8080

Final Project Documentation

Conditional logic and array methods render large lists

Front-end developed and function

  • Front end was developed using React Icon react and is responsive and has multiple nav items that populate data conditionally. run npm install and npm start after deploying other dependancies above.

NPM scripts and Node used to create and manage back-end

Seed script populates datastore

RESTful server CREATES, READS, UPDATES, and DELETES

GraphQL server CREATES, READS, UPDATES, and DELETES

App connects client and server using HTTP/HTTPS

App structured, documented, and deployed without errors.