Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rustamwin/tayson

TypeORM, Express, Jayson project
https://github.com/rustamwin/tayson

angular angular6 express expressjs jayson json-rpc postgresql project typeorm typescript typescript-boilerplate

Last synced: 3 months ago
JSON representation

TypeORM, Express, Jayson project

Awesome Lists containing this project

README

        

Express, TypeORM, Jayson based Issue tracker application
==========================================================

Installation
------------

**For advanced developers**

put your own database connection configuration options in `ormconfig.json`

```sh
// install npm packages
$ npm i
// install npm packages for client
$ cd client && npm i
// start server
$ npm start
// start client
$ npm start
```

Directory structure
-------------------

```
client/ contains client application
e2e/ end to end
src/ contains application sources
src/ contains server application
entity/ contains TypeORM entities
methods/ contains JSON-RPC methods
repository contains TypeORM repositories
```