🧭 Différences entre une API Express et une application Express
🛩️List Courses API
This project is a Node.js RESTful API for managing a list of courses. It uses Express and organizes code into controllers, models, and routes. The API supports basic CRUD operations for courses and includes server-side views for course management.
🚀HOW-TO : https://dupontexpressjs.blogspot.com/p/api-rest.html
⚙️ This application uses an in-memory array for data storage. Data will be lost when the server restarts. For production use, consider integrating a database like MongoDB, PostgreSQL, or MySQL. Github : → links