DrBackmischung / WebIntro

Intro Webprogrammierung

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebIntro

Intro Webprogrammierung

Frontend

npm -v npm install vite -g npm init vite -> Name eingeben, React wählen, TypeScript wählen

Regelmäßig npm install ausführen

Starten mit npm run dev

Backend

Zum starten:

  • User (Entity)
  • UserRepository (Repository)
  • UserController (Controller)
  • AccountController (Controller)

Datenbank

  • MySQL
  • XAMPP

Inspiration

Kino-Webseite mit Buchung von Tickets (Gregor Tielsch, Fallstudie): Frontend: https://github.com/DrBackmischung/Kino-Frontend Backend: https://github.com/DrBackmischung/Kino-Backend Chatbot: https://github.com/DrBackmischung/Kino-TheoTicket Doku: https://github.com/DrBackmischung/Kino-Dokumentation Email Templates: https://github.com/DrBackmischung/Kino-Email

Instrumentenverleih (Dr. Preiser, Webprogrammierung): Frontend: https://github.com/DrBackmischung/Instrumentenverleih Backend: https://github.com/DrBackmischung/Instrumentenverleih-Backend Chatbot: https://github.com/DrBackmischung/Instrumentenverleih-IngaInstrument Email Templates: https://github.com/DrBackmischung/Instrumentenverleih-Email

Nachhilfe-Vermittlung (Dr. Preiser, SE III): Frontend: https://github.com/DrBackmischung/Nachhilfe-Frontend Gateway: https://github.com/DrBackmischung/Nachhilfe-Gateway (Java) UserService: https://github.com/DrBackmischung/Nachhilfe-UserService TimetableService: https://github.com/DrBackmischung/Nachhilfe-TimetableService TransportationService: https://github.com/DrBackmischung/Nachhilfe-TransportationService BillingService: https://github.com/DrBackmischung/Nachhilfe-BillingService LogService: https://github.com/DrBackmischung/Nachhilfe-LogService (Java) GamificationService: https://github.com/DrBackmischung/Nachhilfe-GamificationService AccountingService: https://github.com/DrBackmischung/Nachhilfe-AccountingService MinecraftPlugin: https://github.com/DrBackmischung/Nachhilfe-Minecraft MinecraftServer: https://github.com/DrBackmischung/Nachhilfe-Minecraft-Server

Erlang Uhrensynchronisation (Dr. Pagnia, Verteilte Systeme): Projekt: https://github.com/DrBackmischung/Erlang-Lamport-Uhren

About

Intro Webprogrammierung

License:MIT License


Languages

Language:CSS 48.2%Language:TypeScript 42.1%Language:HTML 9.8%