Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myazarc/bun-elysiajs-twitter-backend-clone
Bun&Elysiajs X(Twitter) Backend Clone
https://github.com/myazarc/bun-elysiajs-twitter-backend-clone
Last synced: 13 days ago
JSON representation
Bun&Elysiajs X(Twitter) Backend Clone
- Host: GitHub
- URL: https://github.com/myazarc/bun-elysiajs-twitter-backend-clone
- Owner: myazarc
- License: mit
- Created: 2024-04-25T15:28:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T18:34:58.000Z (8 months ago)
- Last Synced: 2024-04-26T16:42:41.567Z (8 months ago)
- Language: TypeScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bun & Elysia.js Twitter Backend Clone
## Introduction
Endpoint: https://twitter-clone.deppi.app
Documents: https://twitter-clone.deppi.app/swagger
## Authentication
All endpoints, except for the general ones, require authentication using a Bearer token.
### Bearer Token
To authenticate requests, use a Bearer token in the `Authorization` header.
```http
Authorization: Bearer YOUR_TOKEN_HERE
```