Navigate into the project directory:
cd crud-api-nodejs-express-mysql
Install dependencies:
npm install
Starting The project
npm run dev
- Setting up a Node.js project with Express
- Connecting Node.js to a MySQL database
- Implementing CRUD operations (Create, Read, Update, Delete)
- Using MVC architecture in a real-world project
- Testing the API using Postman or similar tools
- NodeJS
- MySQL 5.7 or higher
If you'd like to contribute, please fork the repository and submit a pull request. Any contributions are welcome.
This project is open-source and available under the MIT License.