npm install
npm start
RESTful API server is now running on http://localhost:8080
- 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