Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 790 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 790 Bytes

simple-node-mvc-starter-project

logo

Simple Node.js MVC starter project

Build

STATUS: Early development (not even pre-alpha)

screenshot

Try it out:

$ git clone https://github.com/dna-engine/simple-node-mvc-starter-project
$ cd simple-node-mvc-starter-project
$ npm install
$ npm run dev

To run just the API server:

$ npm start

In your browser, open: http://localhost:2121/api/v1/books



MIT License