Schiphol havalimanının "Public Flight API"'ı kullanılarak yolcu uçuş seferlerinin listelenmesi ve rezerve edilebildiği bir uygulamadır. Uygulamayı çalıştırmak için öncelikle "https://www.schiphol.nl/en/developer-center/" adresinden kayıt olup APP_ID ve APP_KEY elde etmelisiniz. Daha sonra mongoDB bağlantısı için bir hesap oluşturup MONGO_URI bağlantı adresinizi oluşturmalısınız. Son olarak server klasörünün içerisine aşağıdaki gibi bir ".env" dosyası oluşturmalısınız. Hepsi bu kadar!
It is an application where passenger flight schedules can be listed and booked using the ‘Public Flight API’ of Schiphol airport. To run the application, you must first register at ‘https://www.schiphol.nl/en/developer-center/’ and obtain APP_ID and APP_KEY. You must then create an account for the mongoDB connection and create your MONGO_URI connection address. Finally, you should create an ‘.env’ file in the server folder as follows. That's all!
MONGO_URI = YOUR_MONGO_URI;
PORT = 3000;
APP_ID = YOUR_APP_ID;
APP_KEY = YOUR_APP_KEY;
Projede kullanılan teknolojiler / Technologies used in the project
React Paketleri / React Packages
Node.js Paketleri / Node.js Packages