Skip to content

VATSim (Sweden, Unofficial) Integrated Real-time Information System

License

Notifications You must be signed in to change notification settings

minsulander/vatiris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VatIRIS

VatIRIS is an interpretation of its real-world counterpart IRIS - Integrated Real-time Information System, but adapted and extended for use by VATSIM controllers in Sweden.

Contributing

Contributions of any kind are most welcome.

  • Please file bug reports and/or feature requests as issues.
  • Pull requests are welcome.

For developers

It's a fairly straight-forward Vue3 + Vuetify + Winbox + Express (for the backend) project.

To run the frontend:

cd frontend
npm install
npm start

To run the backend:

cd backend
npm install
npm start

A locally running backend will support logins through the VATSIM Connect development environment. Apart from that, not all backend functionality will be available in a local development setting. To run the backend with full functionality, it's a bit more involved... You need:

  • A local postgresql database server, with a database called vatiris initialized according to backend/migrations/*.sql files
  • Environment variables WIKI_TOKEN and WIKI_SECRET for wiki access, available through the wiki my account page

About

VATSim (Sweden, Unofficial) Integrated Real-time Information System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published