
Modern social app experience built with Next.js + Rust (Actix) + MongoDB.
- MongoDB baslat (onerilen):
- cd ./noolara
- ./scripts/dev-mongo-up.sh
- Backend baslat:
- Frontend baslat:
- cd ./client
- npm install
- npm run dev
- Auth akisi (login / register)
- Feed ve kesfet sayfalari
- Mesajlar ve bildirimler
- Profil ve ayarlar
| Login | Register |
|---|
 |  |
| Anasayfa | Akis |
|---|
 |  |
| Kesfet | Kesfet 2 |
|---|
 |  |
| Yeni Gonderi | Profil |
|---|
 |  |
| Mesajlar | Bildirimler |
|---|
 |  |
| Ayarlar | Ayarlar 2 |
|---|
 |  |
- Start MongoDB (recommended):
- cd ./noolara
- ./scripts/dev-mongo-up.sh
- Start backend:
- Start frontend:
- cd ./client
- npm install
- npm run dev
- Auth flow (login / register)
- Feed and explore pages
- Messages and notifications
- Profile and settings
| Login | Register |
|---|
 |  |
| Home | Feed |
|---|
 |  |
| Explore | Explore 2 |
|---|
 |  |
| New Post | Profile |
|---|
 |  |
| Messages | Notifications |
|---|
 |  |
| Settings | Settings 2 |
|---|
 |  |