resume-api/ │ ├── backup/ # Earlier CRUD implementations using local/JSON data ├── models copy/ # Earlier manually created Sequelize models ├── config/ # Sequelize database configuration ├── ...
A simple backend-only REST API built with Node.js and Express.js to demonstrate the fundamentals of the MVC (Model-View-Controller) architecture. This project focuses on clean project organization, ...