'tech-track-23-24' is a web application built with SvelteKit and Node.js! Users can interact with a map that shows all of Schiphol's destinations.
- Clone this repository
$ git clone https://github.com/ninadepina/tech-track-23-24.git
- Install dependencies
$ cd tech-track-23-24/app
$ npm i
- Create a
.env
file in the root of the project and add the following (can be obtained by creating an account for the Schiphol Flight API):
APP_ID=<YOUR_APP_ID>
APP_KEY=<YOUR_APP_KEY>
- Run the server
$ npm run start:dev
In your browser, go to http://localhost:3000
(port can be changed in your package.json
)
Gain a better understanding and delve further into this project by reading the process documentation.
This project is licensed under the MIT License - see the LICENSE file for more details.