Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/floyden-monteiro/twitter-backend
https://github.com/floyden-monteiro/twitter-backend
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/floyden-monteiro/twitter-backend
- Owner: Floyden-Monteiro
- Created: 2023-10-16T14:48:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-21T02:49:10.000Z (over 1 year ago)
- Last Synced: 2023-10-21T14:46:48.856Z (over 1 year ago)
- Language: JavaScript
- Size: 14.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.gitcd twitter-backend
npm install
# or
yarn install