https://github.com/irtiza751/fomogram
Fomogram is small social media platform similar to threads with some unique features & the FOMO effects 😎
https://github.com/irtiza751/fomogram
monorepo nestjs-backend postgresql prisma-orm reactjs tailwindcss turporepo typescript
Last synced: 3 months ago
JSON representation
Fomogram is small social media platform similar to threads with some unique features & the FOMO effects 😎
- Host: GitHub
- URL: https://github.com/irtiza751/fomogram
- Owner: Irtiza751
- License: apache-2.0
- Created: 2023-12-03T14:39:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T09:26:54.000Z (almost 2 years ago)
- Last Synced: 2024-09-17T11:35:57.789Z (almost 2 years ago)
- Topics: monorepo, nestjs-backend, postgresql, prisma-orm, reactjs, tailwindcss, turporepo, typescript
- Language: TypeScript
- Homepage: https://fomogram.vercel.app
- Size: 951 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fomogram
Fomogram is small social media platform similar to threads with some unique features & the FOMO effects 😎

## Prerequisites
1. The project is a monorepo & uses pnpm for package management.
2. PNPM installation [installation guide](https://pnpm.io/installation)
3. Nodejs version >= 20
## Setup
Clone the repository
```
git clone https://github.com/Irtiza751/fomogram.git
```
Then
```
cd fomogram
```
The project is divided into 2 main modules `packages` & `apps` and in the apps folder there are currently 2 apps Backend & client (Web app) in order to run any module separately you can use this command.
```
pnpm run dev --filter=
```
Or if you want to run the whole project simply run
```
pnpm run dev
```