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

https://github.com/waveywaves/angular2nodeexpresssqlite-dummy-project

An Angular2 based app which uses SQLITE as a Database and Express for Server Side Rendering with APIs
https://github.com/waveywaves/angular2nodeexpresssqlite-dummy-project

angular2 expressjs nodejs sqlite3 typescript webpack

Last synced: 3 months ago
JSON representation

An Angular2 based app which uses SQLITE as a Database and Express for Server Side Rendering with APIs

Awesome Lists containing this project

README

          

# Angular2NodeExpressSQLITE-dummy-project

[![N|Solid](https://s3.ap-south-1.amazonaws.com/staticneedsneedings/Vibhav+Logo+Small.png)](https://www.vibhavbobde.net/)

An Angular2 based app which uses SQLITE as a Database and Express for Server Side Rendering with APIs

Install the dependencies and devDependencies and start the server.

```sh
$ cd Angular2NodeExpressSQLITE-dummy-project-master
$ npm install -d
$ npm start
```