A cross-platform application for taking notes. It uses Flutter, .NET and PostgreSQL, being built on Microservices.
- Install Visual Studio Code and Flutter Extension.
- Install Flutter.
- Start the project from VS Code. ---START--- For launch.json configuration you can use this file : { "version": "0.2.0", "configurations": [ { "name": "Web Flutter ", "request": "launch", "type": "dart", "args": ["-d", "chrome","--web-port", "51742"], }, { "name": "Windows Flutter", "request": "launch", "type": "dart", "args": ["-d", "windows","--web-port", "51742"], }, ] } ---END---
- Install Visual Studio & .NET from the Visual Studio Installer.
-
- Do all steps within Database section
-
- Apply the migrations (if they were not applied automatically) with 'update-database' command in Nuget Package Manager Console.
- Open and start each microservice.
- Install Docker
- Use 'docker-compose up' command on docker compose files, there is one for each microservice (1 database per microservice).