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/
npm start
GraphQL Playground is now on http://localhost:4000/
- AllClients mapped into individual clients for seeding
- For loop of allClients seeds each client into the DB
- Front end was developed using
react and is responsive and has multiple nave items that populate data conditionally. run
npm install
andnpm start
after deploying other dependancies above.
- npm scrips here used to generate and manage API and DB
- nodemon script here used to serve up RESTful API
- You're looking at it 😉
-
All three branches are documented and deploy without any deployment errors