Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/floyden-monteiro/twitter-backend


https://github.com/floyden-monteiro/twitter-backend

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# Twitter-like Backend using Node.js, Express, and MongoDB

This is a Twitter-like backend system developed using Node.js, Express, and MongoDB. It serves as the backend infrastructure for a social media platform where users can post tweets, follow other users, and interact with each other.

### Prerequisites

Before you can run this project, you'll need the following tools and services installed:

- [Node.js](https://nodejs.org/)
- [MongoDB](https://www.mongodb.com/)
- [npm](https://www.npmjs.com/) or [Yarn](https://yarnpkg.com/) package manager

### Installation

1. Clone the repository:

```bash
git clone https://github.com/Floyden-Monteiro/twitter-backend.git

cd twitter-backend
npm install
# or
yarn install