Skip to content

A scalable Twitter-style backend API built with Node.js, Prisma, and PostgreSQL, featuring auth, tweets, and AWS SES email support.

License

Notifications You must be signed in to change notification settings

judeVector/postly

Repository files navigation

Postly

Build the backbone of your social media platform with this 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/postly.git
  2. Navigate to the project directory:

    cd postly
  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.

About

A scalable Twitter-style backend API built with Node.js, Prisma, and PostgreSQL, featuring auth, tweets, and AWS SES email support.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published