a school project where I'll be using Tauri and ~~SurrealDB~~ PostgreSQL to create a nice application to book flights and airport stuff.
Important Note: Before installing and running ensure you have set up the backend, including the PostgreSQL database. Detailed instructions for setting up the database can be found in the postgres_db_setup.
wget "https://github.com/naseem-chettah/oxidized-airport/releases/download/v0.1.1-linux/oxidized-airport_0.1.1_amd64.deb"
sudo apt install ./oxidized-airport_0.1.1_amd64.deb
wget "https://github.com/naseem-chettah/oxidized-airport/releases/download/v0.1.1-linux/oxidized-airport-0.1.1-1.x86_64.rpm"
sudo rpm -i oxidized-airport-0.1.1-1.x86_64.rpm
wget "https://github.com/naseem-chettah/oxidized-airport/releases/download/v0.1.1-linux/oxidized-airport_0.1.1_amd64.AppImage"
chmod +x ./oxidized-airport_0.1.1_amd64.AppImage
./oxidized-airport_0.1.1_amd64.AppImage
Al-Kindi 2024 is released under the GPL-3.0 License. For more details, see the LICENSE file.