Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexintosh/ionic-nosql
📜 Simple Ionic app showing a NoSql Database with LokiJs and Ionic Storage.
https://github.com/alexintosh/ionic-nosql
cordova ionic-framework ionic3 lokijs sqlite3 storage
Last synced: about 1 month ago
JSON representation
📜 Simple Ionic app showing a NoSql Database with LokiJs and Ionic Storage.
- Host: GitHub
- URL: https://github.com/alexintosh/ionic-nosql
- Owner: Alexintosh
- Created: 2017-07-01T14:25:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T11:21:00.000Z (about 7 years ago)
- Last Synced: 2024-07-12T12:39:45.859Z (4 months ago)
- Topics: cordova, ionic-framework, ionic3, lokijs, sqlite3, storage
- Language: TypeScript
- Homepage:
- Size: 1.6 MB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Ionic-Nosql
Simple app showing how to have a NoSql Database inside you ionic app.
Ionic-Nosql uses [lokijs](http://lokijs.org/#/) and [Ionic Storage](https://ionicframework.com/docs/storage/).dard/standard)
1. Clone this repo using `git clone https://github.com/Alexintosh/Ionic-NoSql`
2. Move to the appropriate directory: `cd Ionic-NoSql`.
3. Run `yarn install` in order to install dependencies and clean the git repo.
*At this point you can run `ionic serve` to see the example app at `http://localhost:8080/`.*## How can I support the developer?
- Star the GitHub repo :star:
- Create pull requests, submit bugs, suggest new features or documentation updates :wrench:
- Follow me on [Twitter](https://twitter.com/alexintosh) :feet:## Can I hire you?
Yes! Ping me on [Twitter](https://twitter.com/alexintosh) or get in touch by [mail](mailto:[email protected])
I will be happy to work with you!### Directory Tree
```
.
|____app
| |____app.component.spec.ts
| |____app.component.ts
| |____app.html
| |____app.module.ts
| |____app.scss
| |____main.ts
|____assets
| |____icon
| | |____favicon.ico
|____index.html
|____manifest.json
|____pages
| |____coworkers
| | |____add-button
| | | |____add-button.html
| | | |____add-button.module.ts
| | | |____add-button.scss
| | | |____add-button.ts
| | |____add-person
| | | |____add-person.html
| | | |____add-person.module.ts
| | | |____add-person.scss
| | | |____add-person.ts
| | |____coworkers.html
| | |____coworkers.module.ts
| | |____coworkers.scss
| | |____coworkers.spec.ts
| | |____coworkers.ts
|____person
| |____person.ts
|____providers
| |____db
| | |____db.ts
|____service-worker.js
|____theme
| |____variables.scss
```