Giter Site home page Giter Site logo

calnoras / openspaceplanner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aitgmbh/openspaceplanner

0.0 0.0 0.0 1.24 MB

Open Space Planer for making open spaces more digital.

License: MIT License

Shell 0.06% C# 35.53% F# 0.86% TypeScript 45.21% CSS 4.27% HTML 14.01% Batchfile 0.05%

openspaceplanner's Introduction

Open Space Planner

Build Status

Introduction

This tool allows you to plan, for example, fully packed conference days, which can contain any number of rooms, slots and so on. It offers an easy and fast handling both for the planner of the day and for the participants. Within a few clicks a new session is created, times and topic blocks are entered and the participants can register. After a topic participants can give feedback to the speaker.

Getting Started

After cloning the project:

  1. Restore packages
dotnet tool restore
dotnet paket restore
cd Web && npm ci
  1. Optional: Add Azure Storage Credentials (otherwise the data will be saved in a local file)
    dotnet user-secrets set TableStorageAccount <account>
    dotnet user-secrets set TableStorageKey <key>
    dotnet user-secrets set TableStorageContainer <container> (optional, otherwise the container will be named database)

Debugging

  1. Run cd Web && npm run watch to build and run the frontend
  2. Run cd Web && dotnet watch run to build and run the backend (wait until the frontend is running)
  3. Open the website at http://localhost:5000/

Publishing

Run npm run dist to publish the project. This will produce the Angular production aot build and the ASP.NET Core release build which can then be published to a webserver. The files are located in the bin\Release\netcoreapp3.1\publish folder.

Gitpod

You can also open the solution in Gitpod: https://gitpod.io/#/github.com/aitgmbh/openspaceplanner/. The link to open the open space planner will be printed in the Backend terminal. You can also open the Remote Explorer in the menu on the left side to see the open ports. Click on the browser icon next to port 5000 to open the website.

openspaceplanner's People

Contributors

florianbader 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.