- Simple REST API with express routes
- Use of the singleton pattern to program the database connection
NOTE: The project include model of MySQL database in public/database/heroes.sql
To try the web-app, you need initialize the project using npm install
command. Then build and execute it using npm run dev
.