Skip to content

MakeItSoKrystal/GraphQL-API-Node-Server

 
 

Repository files navigation

Clout Icon

Client Integration Solutions

GraphQL has two dependancies

To install and serve GraphQL API server:

npm install
npm run launchDocker
npm run createDB
npm run generate
npm run seed
npm run dev

Prisma Studio is now on http://localhost:5555/

In a new terminal window

npm start

GraphQL Playground is now on http://localhost:4000/

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 nave 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

Properly used Git with 4 days of commits per week

Seed script populates datastore properly

RESTful server properly CREATES, READS, UPDATES, and DELETES

GraphQL server properly CREATES, READS, UPDATES, and DELETES

App properly connects client and server using HTTP/HTTPS

Detailed ReadMe provided which explains install and run instructions.

  • You're looking at it 😉

App structured, documented, and deployed without errors.

About

Pulling over old project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.4%
  • TypeScript 15.6%