Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/judevector/twitter-backend-api
Power your social media app with this scalable Twitter Backend API. Built with Nodejs, Prisma and AWS SES for messaging, Postgres Database using Neon and hosted on fly.io. It provides essential features like user authentication, tweet creation. Start building today 🕊️🚀🔥
https://github.com/judevector/twitter-backend-api
aws docker express neon nodejs postgresql prisma typescipt
Last synced: 4 days ago
JSON representation
Power your social media app with this scalable Twitter Backend API. Built with Nodejs, Prisma and AWS SES for messaging, Postgres Database using Neon and hosted on fly.io. It provides essential features like user authentication, tweet creation. Start building today 🕊️🚀🔥
- Host: GitHub
- URL: https://github.com/judevector/twitter-backend-api
- Owner: judevector
- License: other
- Created: 2023-12-13T21:28:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T19:35:07.000Z (8 months ago)
- Last Synced: 2024-03-27T20:40:54.651Z (8 months ago)
- Topics: aws, docker, express, neon, nodejs, postgresql, prisma, typescipt
- Language: TypeScript
- Homepage:
- Size: 215 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitter Backend API
Build the backbone of your social media platform with this Twitter Backend API. This API is powered by Node.js, ExpressJs and managed with Yarn, this API provides essential features for building a Twitter-like application, with all the basic CRUD operations supported
## Features
- **User Authentication:** Securely manage user accounts and sessions.
- **Tweet Creation:** Enable users to create and post tweets.
- **Timeline Management:** Organize and display tweets in user timelines.## Getting Started
### Prerequisites
Make sure you have [Node.js](https://nodejs.org/) and [Yarn](https://yarnpkg.com/) installed.
### Installation
1. Clone the repository:
```bash
git clone https://github.com/judevector/twitter-backend-api.git
```2. Navigate to the project directory:
```bash
cd twitter-backend-api
```3. Install dependencies:
```bash
yarn install
```4. Start the server:
```bash
yarn dev
```### Usage
- Access the API at `http://localhost:3000`.
- Implement routes for user authentication, tweet creation, and timeline management.## Contributing
Contributions are welcome! Feel free to submit issues and pull requests.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.