Skip to content

FourLineCode/fleet

Repository files navigation

Fleet

This is a Social Media App

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.

Stack

Demo

If you want to run this application on your own follow the procedure below

Requirements

  • Node.js v12 or higher.
  • Pnpm
  • SQLite
  • Git

Clone the Repository

git clone https://github.com/FourLineCode/fleet.git

Install Dependencies

pnpm install

Migrate database

pnpm migrate

Run in production mode

pnpm build && pnpm start

Run in development mode

pnpm dev