https://github.com/dna-engine/simple-node-mvc-starter-project
Simple Node.js MVC starter project (written in TypeScript)
https://github.com/dna-engine/simple-node-mvc-starter-project
mvc
Last synced: 12 months ago
JSON representation
Simple Node.js MVC starter project (written in TypeScript)
- Host: GitHub
- URL: https://github.com/dna-engine/simple-node-mvc-starter-project
- Owner: dna-engine
- License: mit
- Created: 2017-10-10T01:15:45.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-07-13T05:36:09.000Z (12 months ago)
- Last Synced: 2025-07-13T07:30:02.929Z (12 months ago)
- Topics: mvc
- Language: TypeScript
- Homepage: https://dna-engine.org
- Size: 380 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# simple-node-mvc-starter-project

_Simple Node.js MVC starter project_
[](https://github.com/dna-engine/simple-node-mvc-starter-project/actions/workflows/run-spec-on-push.yaml)
**STATUS:** Early development (not even pre-alpha)

Try it out:
```terminal
$ 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:
```terminal
$ npm start
```
In your browser, open: http://localhost:2121/api/v1/books
---
[MIT License](LICENSE.txt)