Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 661 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 661 Bytes

JWT Authentication with Flutter, NodeJS and PostgreSQL

A project template to make a Flutter app linked to a NodeJS API with a JWT authentication.

List of technologies used

  • Flutter
    • go_router
  • NodeJS
    • express
    • swagger
  • PostgreSQL
  • Docker

Environment initialization

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

Install with docker

docker compose up --build

Install manually

DB:

/db/scripts/init.sql

Api:

npm install
npm start

Flutter:

flutter pub get
flutter run