Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```