Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.34 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.34 KB

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 and Yarn installed.

Installation

  1. Clone the repository:

    git clone https://github.com/judevector/twitter-backend-api.git
  2. Navigate to the project directory:

    cd twitter-backend-api
  3. Install dependencies:

    yarn install
  4. Start the server:

    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 file for details.