A project template to make a Flutter app linked to a NodeJS API with a JWT authentication.
- Flutter
- go_router
- NodeJS
- express
- swagger
- PostgreSQL
- Docker
Copy/paste all the templates and rename them without the '.example' part:
- /api/.example.docker.env
- /api/.example.env
- /api/config/db_connect.example.js
docker compose up --build
DB:
/db/scripts/init.sql
Api:
npm install
npm start
Flutter:
flutter pub get
flutter run