Indivdual Sabrina Kennedy
This 5 day Project allows users to generate plattes of random colors, if the user decideds that they want to save the platte, they can add the palette to a project and save it for next time, this project was built to mimic some of the same behavior from this site (https://coolors.co/f79256-fbd1a2-7dcfb6-00b2ca-1d4e89). It was used as a project to build familiarity with building a backend database with Express, node.js and postgress with knex. This project tested the backend server using Mocha and Chai.
- Build a backend database using Express, knex, and PostgreSQL.
- Server-side testing should be done using mocha, chai, and chai-http.
- Build a schema with one to many realtionship (project can have many palettes).
- Front-end built using Jquery
- API endpoints for createing new palettes and projects, update palettes and projects and remove projects and palettes.
- Depolying applications to heroku
Clone this projects repo: (https://github.com/skenne21/Palette-Picker)
Run npm install from the root directory
Run npm start
once your server is up and running visit localhost:300, to view form needed to gain access for API.
You can run the lint with npm run eslint
You can run the testing suite with npm test.
