This project is a REST API built using Node.js, Express, and MySQL for managing Tutorials. It provides endpoints for creating, retrieving, updating, deleting, and searching tutorials.
- Create a new tutorial
- Retrieve all tutorials
- Retrieve a single tutorial by ID
- Update a tutorial by ID
- Delete a tutorial by ID
- Delete all tutorials
- Find all published tutorials
- Search tutorials by title
- Node.js
- Express.js
- MySQL
Use Postman or any API testing tool to test the endpoints.