Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T16:20:37.000Z (4 months ago)
- Last Synced: 2024-08-14T18:00:28.942Z (4 months ago)
- Topics: mvc
- Language: TypeScript
- Homepage: https://dna-engine.org
- Size: 363 KB
- Stars: 2
- Watchers: 2
- 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_
[![Build](https://github.com/dna-engine/simple-node-mvc-starter-project/actions/workflows/run-spec-on-push.yaml/badge.svg)](https://github.com/dna-engine/simple-node-mvc-starter-project/actions/workflows/run-spec-on-push.yaml)
**STATUS:** Early development (not even pre-alpha)
![screenshot](screenshot.png)
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)