this boilerlate is intended to be used as a starting point for any MVC project with minimal setup. To get started do the following steps:
- In
db/schema.sql
rename the databse and run the file to create your database. - Copy
.env.EXAMPLE
and populate with you credentials - Run
npm i
- Run
npm start
- Model example (User)
- Basic Templates
- Basic Controllers
- Auth (Controller, middleware, and templates)