Menu

Tree [0d13fe] main develop /
 History

HTTPS access


File Date Author Commit
 docs 2024-09-01 seth0xd seth0xd [0d13fe] updated the docs
 src 2024-08-31 seth0xd seth0xd [a0623d] [FEATURE] Added a loading screen to test the co...
 src-tauri 2024-08-31 seth0xd seth0xd [07282b] [FIX] adjusted the window size a bit so it can ...
 static 2024-08-31 seth0xd seth0xd [a0623d] [FEATURE] Added a loading screen to test the co...
 .gitignore 2024-08-31 seth0xd seth0xd [b206ec] updated the main dependencies to the latest ver...
 .npmrc 2024-08-10 seth0xd seth0xd [7aa5d3] first commit
 LICENSE 2024-08-10 Naz Naz [21624d] Initial commit
 README.md 2024-09-01 seth0xd seth0xd [eec913] added some documenation
 bun.lockb 2024-08-31 seth0xd seth0xd [b206ec] updated the main dependencies to the latest ver...
 package.json 2024-08-31 seth0xd seth0xd [b206ec] updated the main dependencies to the latest ver...
 postcss.config.js 2024-08-12 seth0xd seth0xd [e1f980] added tailwindcss
 svelte.config.js 2024-08-12 seth0xd seth0xd [e1f980] added tailwindcss
 tailwind.config.js 2024-08-12 seth0xd seth0xd [e1f980] added tailwindcss
 vite.config.js 2024-08-10 seth0xd seth0xd [7aa5d3] first commit

Read Me

Oxidized Airport

The Oxidized Airport

a school project where I'll be using Tauri and ~~SurrealDB~~ PostgreSQL to create a nice application to book flights and airport stuff.

Installation

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.

  • Debian, Ubuntu:
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
  • Fedora, CentOS, Red Hat:
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
  • Other:
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

License

Al-Kindi 2024 is released under the GPL-3.0 License. For more details, see the LICENSE file.

MongoDB Logo MongoDB