Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rylorin/facer
https://github.com/rylorin/facer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rylorin/facer
- Owner: rylorin
- License: other
- Created: 2020-05-08T16:42:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T05:30:36.000Z (2 months ago)
- Last Synced: 2024-10-23T07:52:05.595Z (2 months ago)
- Language: TypeScript
- Size: 13.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Facer
[![LICENSE](https://img.shields.io/github/license/rylorin/Facer)](LICENSE)
[![GitHub contributors](https://img.shields.io/github/contributors/rylorin/Facer)](https://github.com/rylorin/Facer/graphs/contributors)## With ideas from
https://devdactic.com/ionic-4-image-upload-storage/
https://capacitor.ionicframework.com/docs/guides/ionic-framework-app
https://roblouie.com/article/574/learn-ionic-cordova-file-upload/
https://www.joshmorony.com/using-the-capacitor-filesystem-api-to-store-photos/## Requirements
install ionic
$ npm i -g @ionic/cli
checkout project
$ git checkout https://github.com/rylorin/Facer.git
$ cd facer## First build of mobile application
$ cd App
$ npm install
$ npx npm-force-resolutions
$ npm i --save-dev invariant
$ npm install
$ ionic build
$ npx cap add ios
$ npx cap add android## Rebuild mobile application after code modification
$ ionic build
$ npx cap sync
$ npx cap open android## Server part
$ npm install --production
$ npm start