All Projects β†’ itsnitinr β†’ driwwwle

itsnitinr / driwwwle

Licence: MIT license
The social network for developers. Discover creative websites and build a community.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to driwwwle

Pepaverse
Pepaverse is an open source social network build with nodejs, mongoDB, passportjs and socket.io
Stars: ✭ 16 (-85.32%)
Mutual labels:  social-media, social-network, mongoose
Materialabout
It's a material-design about screen to use on your Android apps. A developer profile and application information easy to integrate. πŸ”–
Stars: ✭ 1,511 (+1286.24%)
Mutual labels:  social-media, social-network
Dandelion
a diaspora* client for Android
Stars: ✭ 100 (-8.26%)
Mutual labels:  social-media, social-network
Share Bar
A pure JS plugin to generate a share bar for social media, used by Globo.com.
Stars: ✭ 158 (+44.95%)
Mutual labels:  social-media, social-network
Dfw1n Osint
Australian Open Source Intelligence Gathering Resources, Australias Largest Open Source Intelligence Repository for Cyber Professionals and Ethical Hackers
Stars: ✭ 63 (-42.2%)
Mutual labels:  social-media, social-network
Hack The Media
This repo collects examples of intentional and unintentional hacks of media sources
Stars: ✭ 1,194 (+995.41%)
Mutual labels:  social-media, social-network
Klik Socialmediawebsite
Complete PHP-based Login/Registration system, Profile system, Chat room, Forum system and Blog/Polls/Event Management System.
Stars: ✭ 129 (+18.35%)
Mutual labels:  social-media, social-network
Socioboard 4.0
Socioboard is world's first and open source Social Technology Enabler. Socioboard Core is our flagship product.
Stars: ✭ 475 (+335.78%)
Mutual labels:  social-media, social-network
Firestore Cloud Functions Typescript
Firebase cloud functions in typescript with Firestore. Using a social network as example
Stars: ✭ 171 (+56.88%)
Mutual labels:  social-media, social-network
Graphjs
A set of widgets for a meaningfully social web.
Stars: ✭ 212 (+94.5%)
Mutual labels:  social-media, social-network
Socialview
Android TextView and EditText with hashtag, mention, and hyperlink support
Stars: ✭ 217 (+99.08%)
Mutual labels:  social-media, social-network
social-post-api
Social Media API: Automate Posting and Analytics to Social Networks like Instagram, TikTok, Twitter, Facebook, LinkedIn, Reddit, YouTube, and Telegram
Stars: ✭ 38 (-65.14%)
Mutual labels:  social-media, social-network
Happysocialmedia
Microservices Social Media / Network / Chatt, with .net core 2.2, Docker, Implement with Domain Driven Design with all best practices design and architetural patterns as DDD, CrossCutting IoC, SOLID, etc
Stars: ✭ 28 (-74.31%)
Mutual labels:  social-media, social-network
Friendica Addons
Addons for Friendica
Stars: ✭ 94 (-13.76%)
Mutual labels:  social-media, social-network
Twtxt
πŸ“• twtxt is a Self-Hosted, Twitterβ„’-like Decentralised microBlogging platform. No ads, no tracking, your content, your data!
Stars: ✭ 486 (+345.87%)
Mutual labels:  social-media, social-network
Reddit Detective
Play detective on Reddit: Discover political disinformation campaigns, secret influencers and more
Stars: ✭ 129 (+18.35%)
Mutual labels:  social-media, social-network
aspnet-core-social-network
Social network based on ASP.NET Web API Core 2
Stars: ✭ 36 (-66.97%)
Mutual labels:  social-media, social-network
Aardwolf
Powering connected social communities with open software.
Stars: ✭ 379 (+247.71%)
Mutual labels:  social-media, social-network
Snscrape
A social networking service scraper in Python
Stars: ✭ 433 (+297.25%)
Mutual labels:  social-media, social-network
Socialblocklists
Blocklists to block the communication to social networking sites and privacy harming services
Stars: ✭ 161 (+47.71%)
Mutual labels:  social-media, social-network

Driwwwle

The Social Network for Developers


Features

⚑ Server-side rendering with Next.js
πŸͺ Cookie-based authorization with JSON web tokens
πŸ“œ Infinite scrolling feed with React Query
πŸ–ΌοΈ Cloud image upload with Cloudinary
❀️ Like, save and comment on posts
πŸ’¬ Realtime chat with Socket.io
🀝 Follow developers and build personal feed
and a lot more..

Running Locally

Clone this repository and install dependencies by running:

npm install
#or
yarn install

Create a new file named config.env with the following environment variables in the root of the project folder:

PORT = 
MONGO_URI = 
JWT_SECRET = 
CLOUDINARY_CLOUD_NAME = 
CLOUDINARY_API_KEY = 
CLOUDINARY_API_SECRET = 
SENDGRID_API_KEY = 
SENDER_EMAIL = 

Create a new file named .env.local with following configuration:

NEXT_PUBLIC_BASE_URL = http://localhost:3000

For development mode, run:

npm run dev

For production mode, run:

npm run build
npm start

Visit http://localhost:3000 or your custom port environment variable to view the app.

Screenshots

Banner Image

Landing Page Search
Personal Feed Post & Profile Page
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].