https://github.com/chariotsolutions/rxdb-in-action
A showcase that shows basic operations on RxDB
https://github.com/chariotsolutions/rxdb-in-action
Last synced: 23 days ago
JSON representation
A showcase that shows basic operations on RxDB
- Host: GitHub
- URL: https://github.com/chariotsolutions/rxdb-in-action
- Owner: chariotsolutions
- License: apache-2.0
- Created: 2023-10-12T13:22:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T14:25:20.000Z (almost 3 years ago)
- Last Synced: 2025-10-29T09:28:25.667Z (9 months ago)
- Language: TypeScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **RxDB in Action**
## Description
An example that shows how to create an RxDB database and perform simple CRUD and display data
## How to run
The assumption is that NodeJS and a package manager is already installed.
Use your favorite package manager to install the dependencies and run the project
```bash
npm install
npm run dev
```
The application will then be available by default at http://localhost:5173 if
the port is not allocated yet if not the output will show where the application
is running
## Reset browser
This project utilizes IndexedDB for storage of data. If you would like to erase
the data, this can accomplished by your browser's developer tools
For Example (Chrome):
1. Open Developer Tools (CMD+OPTION+I or CTRL+SHIFT+I)
2. Navigate to Application > Storage
3. Click `Clear site data` button
## License
This repository is licensed under the [Apache 2.0](https://opensource.org/licenses/apache-2.0).