{"id":20660734,"url":"https://github.com/mericcan41/flight-app","last_synced_at":"2026-04-21T19:35:22.493Z","repository":{"id":253106566,"uuid":"842492976","full_name":"MericcaN41/Flight-App","owner":"MericcaN41","description":"A flight app made using the Schiphol Flight API v4 and MongoDB for saving flights.","archived":false,"fork":false,"pushed_at":"2024-09-17T11:00:04.000Z","size":522,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T12:16:21.733Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MericcaN41.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-14T13:14:49.000Z","updated_at":"2024-09-17T11:00:08.000Z","dependencies_parsed_at":"2024-08-14T14:16:41.474Z","dependency_job_id":"f922e261-f278-4283-a94c-8264e1d9130e","html_url":"https://github.com/MericcaN41/Flight-App","commit_stats":null,"previous_names":["mericcan41/flight-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MericcaN41%2FFlight-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MericcaN41%2FFlight-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MericcaN41%2FFlight-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MericcaN41%2FFlight-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MericcaN41","download_url":"https://codeload.github.com/MericcaN41/Flight-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242774930,"owners_count":20183177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T19:05:57.507Z","updated_at":"2025-12-05T19:02:01.988Z","avatar_url":"https://github.com/MericcaN41.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://i.imgur.com/noBTfWS.gif\" alt=\"\"/\u003e\n\n# Installation\n\n## 1. Create an Account and Obtain API Keys\n\n1. First, create an account at [Schiphol Developer Portal](https://developer.schiphol.nl).\n2. Once registered, obtain an API key for the Flight API v4.\n\n## 2. Configure Environment Variables\n\n1. In the root folder of the project, create a `.env` file.\n2. Fill out the `.env` file with the following information:\n\n    ```bash\n    APP_ID=your_app_id_here\n    APP_KEY=your_app_key_here\n    MONGO_CONNECTION_STRING=your_mongo_connection_string_here\n    ```\n\n    Replace `your_app_id_here`, `your_app_key_here`, and `your_mongo_connection_string_here` with your actual credentials.\n\n## 3. Install Dependencies\n\nRun the following command to install the necessary Node.js modules:\n\n```bash\nnpm install\n```\n\n## 4. Start the Application\n\nOnce the dependencies are installed, start the application using the following command:\n\n```bash\nnpm start\n```\n\n# Editing the Frontend\n\n## 1. Install Frontend Dependencies\n\n1. Navigate to the `frontend` folder in your project.\n2. Install the necessary Node.js modules by running the following command:\n\n    ```bash\n    npm install\n    ```\n\n## 2. Start the Backend and the Development Server\n\n1. After installing the modules, start the development server using the following command:\n\n    ```bash\n    npm run dev\n    ```\n\n2. Navigate to the root folder of the project and run the following command to start the api:\n   \n     ```bash\n    npm start\n    ```\n\n3. You can now make your changes in the project.\n\n## 3. Build the Project\n\n1. Once you have made your changes, run the following command to build the project:\n\n    ```bash\n    npm run build\n    ```\n\n2. A folder named `dist` will be created if it doesn't already exist. If the folder exists, it will be updated with the latest build.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmericcan41%2Fflight-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmericcan41%2Fflight-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmericcan41%2Fflight-app/lists"}