Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abritopach/ionic-employees-stitch-mongodb
Sample project that shows how to build a Employees List with Angular, Ionic 4 and Stitch MongoDB.
https://github.com/abritopach/ionic-employees-stitch-mongodb
ionic ionic4 mongodb stitch typescript
Last synced: 9 days ago
JSON representation
Sample project that shows how to build a Employees List with Angular, Ionic 4 and Stitch MongoDB.
- Host: GitHub
- URL: https://github.com/abritopach/ionic-employees-stitch-mongodb
- Owner: abritopach
- Created: 2018-10-09T10:32:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T17:55:41.000Z (7 months ago)
- Last Synced: 2024-10-14T21:27:16.385Z (23 days ago)
- Topics: ionic, ionic4, mongodb, stitch, typescript
- Language: TypeScript
- Homepage:
- Size: 19.3 MB
- Stars: 10
- Watchers: 5
- Forks: 8
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IonicEmployeesStitchMongoDB
**If you want to help me to keep contributing to open source with projects, examples, plugins,... help me and buy me a coffee.**
Sample project that shows how to build a Employees List with Angular, Ionic 4 and Stitch MongoDB.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.4.
This project shows you how to:
* Use Stitch MongoDB with Ionic 4.
* Email/Password Authentication Stitch MongoDB.
* Show employees list.
* Filter employees list.
* Show employee detail.
* Show employee projects.
* Call employee.
* Send email.
* Send message.
* Show project participants.
* Show organization.
* Employee can manage his events.
* Employee can add, update and delete his own events.
* Show company products.
* Employee can manage his notes.
* Employee can:
* Add note.
* Update note.
* Delete note.
* Archive note.
* Delete all notes.
* Archive all notes.
* Create note copy.
* Tag note.Technologies: Angular, Ionic, Stitch MongoDB, TypeScript.
![Technologies](readme_resources/technologies.jpg "Technologies")
## App Example
![App](readme_resources/app.gif "App")
## Running
Before you go through this example, you should have at least a basic understanding of Ionic concepts. You must also already have Ionic installed on your machine.
* Test in localhost:
To run it, cd into `ionic-employees-stitch-mongodb` and run:
```bash
npm install
ionic serve
```## Requirements
* [Node.js](http://nodejs.org/)
* [Ionic](https://ionicframework.com/getting-started#cli)