Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Getting Started Dev

Marc Bollmann edited this page Jan 23, 2021 · 21 revisions

Getting Started Developers

Development Setup

Package Manager:

VSCode Extensions for developing:

required:

recommended:

  • Env -> Highlighting .env-Files

Used Technologies/ Frameworks

Frontend Framework:

Nuxtjs.js: is a client-side JavaScript web framework for building single-page web applications following the MVVM (model-view viewmodel) pattern, but it can also be used in multipage web pages for single sections.

CSS Framework

Bulma: Bulma is a free, open source CSS framework based on Flexbox and used by more than 200,000 developers.

Canvas Framework

Fabric.js is a framework that makes it easy to work with HTML5 canvas element. It is an interactive object model on top of canvas element. It is also an SVG-to-canvas parser.

Backend Framework:

Nestjs: is a framework for building efficient, scalable server-side Node.js application. The framework uses progressive JavaScript and is built with TypeScript. It also combines elements of OOP (Object Oriented Programming), FP (Functional Programming) and FRP (Functional Reactive Programming).

Database

MongoDB: MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas.

Clone this wiki locally