Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heitorgandolfi/flights-api
This project is a Flight API being developed to strengthen programming concepts and explore new technologies. The API is built using Bun, Elysia.js, and Prisma.
https://github.com/heitorgandolfi/flights-api
Last synced: about 15 hours ago
JSON representation
This project is a Flight API being developed to strengthen programming concepts and explore new technologies. The API is built using Bun, Elysia.js, and Prisma.
- Host: GitHub
- URL: https://github.com/heitorgandolfi/flights-api
- Owner: heitorgandolfi
- Created: 2024-04-01T18:11:37.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-02T20:36:37.000Z (7 months ago)
- Last Synced: 2024-04-03T19:39:58.797Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flights Api
![Bun](https://img.shields.io/badge/Bun-%23000000.svg?style=for-the-badge&logo=bun&logoColor=white)
![Prisma](https://img.shields.io/badge/Prisma-004240?style=for-the-badge&logo=Prisma&logoColor=white)This project is a Flight API being developed to strengthen programming concepts and explore new technologies. The API is built using Bun, Elysia.js, and Prisma.
- **Bun**: A runtime environment that enables the execution of JavaScript code outside of the browser environment. It provides a platform for building server-side applications and APIs with ease.
- **Elysia.js**: A powerful framework, supercharged by Bun runtime, static code analysis, and dynamic code injection, being one of the top-performing TypeScript frameworks.
- **Prisma**: A modern database toolkit, simplifying database access with type-safe queries and automatic schema migrations.To install dependencies:
```bash
bun install
```To run:
```bash
bun run server.ts
```This project was created using `bun init` in bun v1.0.36. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.