Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/typeorm/browser-example
Example how to use TypeORM in the browser with WebSQL.
https://github.com/typeorm/browser-example
Last synced: 7 days ago
JSON representation
Example how to use TypeORM in the browser with WebSQL.
- Host: GitHub
- URL: https://github.com/typeorm/browser-example
- Owner: typeorm
- Created: 2016-12-06T06:06:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T16:13:05.000Z (over 6 years ago)
- Last Synced: 2024-08-02T17:40:03.835Z (3 months ago)
- Language: TypeScript
- Size: 614 KB
- Stars: 46
- Watchers: 7
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - browser-example
README
# Example how to use TypeORM with TypeScript in the browser
1. clone repository
2. run `npm i`
3. run `npm run build`
4. run `npm start`
5. open site in the browser (`http://localhost:3000`)
6. open your web developer console and take a look what queries are executed and what data is persisted# Screenshots
Logs from your console:
![typeorm-browser-console](./resources/web-console.png)
Browser shows basic output:
![typeorm-browser](./resources/web-browser.PNG)