andrew-farries / spawn-demo-frontend

The frontend of the spawn demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spawn demo app - frontend

This is the frontend portion of the Spawn demo app. The app showcases a semi complex application that takes advantage of Spawn to simplify development.

Architecture

The application is a simple "Todo" application. It's architecture is as follows:

  • C# ASP.NET Core WebAPI
  • ReactJS Frontend
  • Microsoft SQL Server database (for "account" information)
  • PostgreSQL database (for "todo" item information)

architecture.png

Building

cd client
docker build -t spawn-demo-frontend .

Running

docker run --rm -d -p 3000:80 spawn-demo-frontend

About

The frontend of the spawn demo

License:Apache License 2.0


Languages

Language:JavaScript 92.0%Language:CSS 5.3%Language:HTML 2.2%Language:Dockerfile 0.5%Language:Shell 0.0%