A Twitter like Social Media App!
Fleet is a social media app that allows users to create an account, connect with friends, discover new people, and stay updated with their family and friends. The app offers features such as posting updates, liking and replying to posts, checking out profiles, and real-time messaging (currently in development). It is developed with efficiency and scalability in mind, with a intuitive and responsive user interface. The backend is optimized for performance and can be easily scaled up.
To run Fleet on your own, follow the steps below:
Requirements:
Procedure:
git clone [repository_url]
pnpm install
// Run this command to migrate the database
pnpm run migrate
pnpm run build
pnpm run start
pnpm run dev
Fleet is a social media app built with efficiency and scalability in mind. It offers a range of features such as account creation, friend connections, post updates, like and reply to posts, profile exploration, and real-time messaging (in development). The app has an intuitive and responsive user interface and the backend is optimized for performance. To run the app on your own, follow the installation guide provided.