Giter VIP home page Giter VIP logo

spawn-demo's Introduction

Spawn demo app

This 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

Running in Gitpod

Click the badge below to open this repository in Gitpod with all of the dependencies installed and ready to go.

Gitpod Ready-to-Code

Running this locally

To get up and running with this application, perform the following:

  1. Clone the repository
  2. Open it up in VS Code
  3. Hit F5

This will:

  • Provision two Spawn data containers. One for the Todo database and another for the Account database.
  • Start the API server with the configuration returned from Spawn to connect to the databases.
  • Start the Frontend

NOTE: Running the application this way assumes that the spawn data images already exist. If they do not, you must create them.

The spawn data image names are configured in the .env file. You can change these if necessary.

Subsequent restarts

Subsequent restarts (F5) will reuse the spawn data containers. That means any modification to the database between restarts calls will persist.

If you want to get fresh containers, then you can delete the Spawn data containers and the startup script will reprovision them.

spawn-demo's People

Contributors

cjheppell avatar andrew-farries avatar clivetong avatar onatm avatar rmc47 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.