Recipe Collection
Written with HTML, CSS & JavaScript
API folder contains an API using Node.js and Express that does CRUD (Create, Read, Update and Delete) operations using Mysql.
Client folder contains a client webpage that connects to the API and includes the following functions:
- Show lists of all the existing recipes in the database
- Show details of each individual recipe when the user selects
- Provide edit and delete option for each recipe
- User can add a new recipe to the database using a form
- Have data validation in both frontend and backend