bwreid / cats-mvc-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%