jul095 / familyar-0018-hackathon

Prototype for Hackathon #wirvsvirus 2020

Home Page:https://wirvsvirushackathon.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


About

Prototype for Hackathon #wirvsvirus 2020

https://wirvsvirushackathon.org/


Languages

Language:TypeScript 81.2%Language:CSS 17.0%Language:Dockerfile 1.0%Language:HTML 0.8%