This repository contains an MVC (Model-View-Controller) web application built with Node.js, Express.js, Prisma, and PostgreSQL. The project serves as a basic template for creating scalable and maintainable web applications using the MVC design pattern.
Make sure you have the following installed:
- Node.js: (>= 18.20.4)
- NPM: (>= 10.7.0)
- PostgreSQL 16
To use this application, install the dependencies and configure the environment variables. Run the application using the appropriate command npm run build:start.
This project is licensed under the AGPL-3.0 License - see the LICENSE file for details.