Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.55 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.55 KB

Familyar Project 0018 #wirvsvirus

You might consider visiting our Devpost

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