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

https://github.com/birushandegeya/x-twitter-clone-backend

x twitter clone backend project
https://github.com/birushandegeya/x-twitter-clone-backend

educational-game educational-ressources expressjs javascript

Last synced: 2 months ago
JSON representation

x twitter clone backend project

Awesome Lists containing this project

README

        

# x twitter clone backend

## Install Dependencies

```
npm install
```

## Run Project

```
npm run dev
```

## END POINTS

```
https://x-twitter-clone-backend.onrender.com/
```

### All Tweets

```
https://twitter-clone-express-c1fq.onrender.com/tweets
```

### Get Tweet By nickname

```
https://twitter-clone-express-c1fq.onrender.com/tweets/@nytimes
```