Skip to content

MaximeGer/node_flutter_jwt_starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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