Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rylorin/facer


https://github.com/rylorin/facer

Last synced: about 1 month ago
JSON representation

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