A full-featured social network platform where users can create profiles, share posts, follow other users, and interact through a real-time feed.
- π€ User Profiles β Customizable profiles with avatars
- π Posts & Feed β Create posts, like, comment
- π₯ Follow System β Follow users, personalized feed
- πΈ Media Upload β Share images and files
- π Authentication β Secure login and registration
- ποΈ Prisma ORM β Type-safe database operations
| Layer | Technology |
|---|---|
| Runtime | Node.js |
| Framework | Express.js |
| Database | Prisma ORM |
| Language | JavaScript |
| File Storage | Local uploads |
git clone https://github.com/foxnaim/Network-Social.git
cd Network-Social
yarn install
yarn startβββ controllers/ # Route handlers
βββ routes/ # API endpoints
βββ prisma/ # Database schema
βββ uploads/ # User uploaded files
βββ app.js # Entry point
MIT Β© foxnaim