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
- Host: GitHub
- URL: https://github.com/birushandegeya/x-twitter-clone-backend
- Owner: BirushaNdegeya
- License: mit
- Created: 2024-05-06T07:30:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-19T17:42:53.000Z (12 months ago)
- Last Synced: 2024-05-19T18:43:05.051Z (12 months ago)
- Topics: educational-game, educational-ressources, expressjs, javascript
- Language: JavaScript
- Homepage: https://x-twitter-clone-backend.onrender.com/
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```