Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 🕊️🚀🔥

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.