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.
Contributions of any kind are most welcome.
- Please file bug reports and/or feature requests as issues.
- Pull requests are welcome.
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 tobackend/migrations/*.sql
files - Environment variables
WIKI_TOKEN
andWIKI_SECRET
for wiki access, available through the wiki my account page