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
- 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.
Make sure you have Node.js and Yarn installed.
Clone the repository:
git clone https://github.com/judevector/postly.git
Navigate to the project directory:
cd postlyInstall dependencies:
yarn install
Start the server:
yarn dev
- Access the API at
http://localhost:3000. - Implement routes for user authentication, tweet creation, and timeline management.
Contributions are welcome! Feel free to submit issues and pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.