This is a simple POC implementation of the project Real World Project.
Not all functionalities are implemented, but it proves a Solution with Dart/Flutter as Full Stack implementation is realisable. It was a nice training ground to extend my knowledge on these technologies.
Technology Stack:
-
Dart
-
Flutter
-
MongoDB
-
Docker and Docker Compose
Some key elements under: asciidoc
The easiest way to start the Application is with Docker Desktop and the following commands:
docker-compose build
docker-compose up
The Flutter Web Application is accessible by the URL: http://localhost:8080/
The Dart Rest API is accessible by the URL: http://localhost:4200/api/health
The Mongo DB UI is accessible by the URL: http://localhost:8081/
On GitHub Pages: https://dartisan-lu.github.io/realworld/