Familyar Project 0018 #wirvsvirus
You might consider visiting our
The application is divided in a frontend and server part of the application
Dependencies
At first install the dependencies from package.json with npm install
.
Server
The server application is written in Typescript with NodeJS and the Express and typeorm framework.
Run Server
Execute the database server and the backend application with
yarn start:server
This command will start a postgres database and execute the node application.
Frontend
The frontend is Ionic-based with React as frontend-technology. So it'is possible to build a web-based android or IOS app.
Build an android app with
yarn build:web
Prerequisite is
Run App Frontend
You can execute the Ionic-based PWA with
yarn start:web
Acknoledgements
- With the use of ionic
- Provided starter code ionic-conference-app
- That guy on stackoverflow