Giter Club home page Giter Club logo

webapp-knowledge-assessments's Introduction

Webapp Knowledge Assessments - Browseranwendung fuers selbststaendige lernen

Project Struktur

./webapp-knowledge-assessments
├── backend
│   ├── docker-compose.yml
│   ├── Dockerfile
│   ├── nginx.conf
│   ├── python
│   ├── README.md
│   └── requirements.txt
├── frontend
│   ├── build
│   ├── node_modules
│   ├── package.json
│   ├── package-lock.json
│   ├── public
│   ├── README.md
│   ├── src
│   └── tsconfig.json
├── build_dist.sh
└── README.md

Installation

Vorinstalliert muessen NodeJS, npm, und Docker sein.

Geprueft kann dies mit folgenden anweisungen:

node --version

npm --version

docker-compose version

Frontend distribution erstellen

  1. In der Konsole in das Project-Root navigieren, das ist der Ordner in welchem sich diese Datei sich befindet.
ls
backend  build_dist.sh  frontend  README.md
  1. ./build_dist.sh benoetigt Ausfuehrungsrechte, diese geben wir der Datei mit dem Kommand:
chmod +x ./build_dist.sh`
  1. Distribution "bauen":
./build_dist.sh
# [...]

Server starten:

Docker Container Starten (als root-user):

sudo docker-compose up --build --remove-orphans

Server terminieren

Ctrl-C (Strg-C), nur einmal druecken!

docker-compose down

webapp-knowledge-assessments's People

Contributors

ppyrzanowski avatar tomwolf-prog avatar

Watchers

 avatar  avatar

Forkers

tomwolf-prog

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.