Cats MVC

An example repository to show what an MVC structure with Express might look like.

Setup

  1. Fork and clone this repository
  2. Run npm install or yarn
  3. Run the server in development mode with npm run dev or run it in production mode with npm start