Skip to content
Notifications You must be signed in to change notification settings

L4rav3l/flightfocus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9b4dac7 · · Sep 25, 2025

History

12 Commits
Sep 23, 2025
Sep 23, 2025
Sep 25, 2025
Sep 23, 2025
Sep 23, 2025

Repository files navigation

cd frontend

npm install

replace your api link that all jsx

npm start # run in development mode npm run build # build for productionn

next

create database and import the data.sql

cd backend

dotnet publish -c Release -r linux-x64 --self-contained true /p:PublishProfile=DefaultContainer

Copy the published files.

Create a .env file with the following content:

PSQL_CONNECTION="Host=localhost;Port=5432;Username=postgres;Password=password;Database=flightfocus;Pooling=true;MaxPoolSize=100;Timeout=5;"

JWT_SECRET=your_super_secret_key_here_min_256bit

SMTP_HOSTNAME= SMTP_HOSTPORT= SMTP_USERNAME= SMTP_PASSWORD=RD=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published