Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rustamwin/tayson
- Owner: rustamwin
- License: mit
- Created: 2018-10-03T13:11:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:45:02.000Z (about 2 years ago)
- Last Synced: 2024-10-11T21:53:51.885Z (3 months ago)
- Topics: angular, angular6, express, expressjs, jayson, json-rpc, postgresql, project, typeorm, typescript, typescript-boilerplate
- Language: TypeScript
- Size: 2.22 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```