Alexintosh / Ionic-Nosql

πŸ“œ Simple Ionic app showing a NoSql Database with LokiJs and Ionic Storage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic-Nosql


Simple app showing how to have a NoSql Database inside you ionic app.

Ionic-Nosql uses lokijs and Ionic Storage.dard/standard)

Quick Start

  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 ⭐
  • Create pull requests, submit bugs, suggest new features or documentation updates πŸ”§
  • Follow me on Twitter 🐾

Can I hire you?

Yes! Ping me on Twitter or get in touch by mail 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

About

πŸ“œ Simple Ionic app showing a NoSql Database with LokiJs and Ionic Storage.


Languages

Language:TypeScript 51.2%Language:HTML 23.9%Language:CSS 20.1%Language:JavaScript 4.8%