This is a Social Media App
- Preview - Fleet (Coming Soon)
This is a full stack social media app where you can create an account, follow your friends, discover new people, and stay up to date with your family and friends. Yout can post an update, like each others posts, reply to each other, Check out each others profile. You can also message each other in real time to communicate (in development).
This website was developed with efficiency and scalability in mind. The UI was built to be intuitive and responsive. Server side rendering also maked the UI blazing fast, while also maintaining all the best practises for Search Engine Optimizations. The database and API was designed using relational data that optimizes the backend performance which can be easily scaled up to expectations.
- Node.js v12 or higher.
- Pnpm
- SQLite
- Git
git clone https://github.com/FourLineCode/fleet.git
pnpm install
pnpm migrate
pnpm build && pnpm start
pnpm dev