Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

README

        

# simple-node-mvc-starter-project
logo

_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)