MyExpress is a lightweight Node.js framework built on Express.js, designed for rapid web application development following the MVC architecture.
- Modular structure with MVC pattern
- Built-in authentication system
- View engine support (EJS, Pug, etc.)
- Configurable routing system
- Security enhancements (CORS, Helmet, Morgan)
- Database integration via Sequelize ORM
- Webpack support for asset bundling
git clone https://github.com/Gicehajunior/myexpress-framework.git
cd myexpress-framework
npm install
npm run build
npm start
myexpress-framework/
├── app/
│ ├── controllers/
│ ├── models/
│ ├── views/
├── config/
├── public/
├── routes/
├── server.js
├── package.json
├── README.md
This project is licensed under the ISC License. See License file for details.
This is an initial version of MyExpress. Full documentation will be provided upon the first official release.