Skip to content

trwprogrammer/fullstack

Repository files navigation

Welcome to The Real World Programmer - Fullstack Tutorial

This tutorial will help you get started with a fullstack development environment

Promo Screenshot

This tech stack includes:

  • Docker
  • MySQL
  • Apache
  • Java
  • Spring Boot
  • Angular
  • Liquibase

We will build a simple dictionary application in which words along with their definitions are stored in a definitions table.

The definitions will be loaded from the MySQL database, exposed through a RESTful API on the Spring Boot Java backend and rendered on Angular frontend with Angular Material CSS:

Dictionary Definition Screenshot

Follow each guide in order:

Our full stack implementation includes

  • A Docker server running an Apache reverse proxy and a MySQL database
  • A SpringBoot Java application for backend
  • An Angular frontend application
  • This is a very generic, yet flexible tech stack that may be used to build many types of applications
  • You may choose to replace any of the building blocks with other technologies, it is entirely up to you
  • and I have created a stack based on what I have the most experience with:
    • HTTP Clients: Web browser, cURL, Postman...
    • Proxy: Apache, nginx, traefik...
    • Backend: Spring Boot Java, go, python, node.js...
    • Frontend: Angular, Vue.js, React.js...

High level architecture diagram:

graph TD;
    Client[HTTP Client - Web Browser]-->Docker;
    Docker[Container Engine - Docker]-->Proxy[Reverse Proxy - Apache];
    Proxy-- /api -->Backend[Backend - SpringBoot Java];
    Proxy-- / -->Frontend[Frontend - Angular];
    Backend-->MySQL[(Database - MySQL)]
Loading

About

Fullstack Tutorial - The Real World Programmer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors