Napker
Brazillian social network built with Django Rest Framework and React.js.
Install / Use
/learn @felipe-carvalho12/NapkerREADME
Napker
Brazillian social network that connects people with shared interests.
Motivation
Nowadays social networks can basically be divided into two cathegories: connection focused (Facebook, LinkedIn...) and content focused (YouTube, Reddit, TikTok, Instagram...) Napker would fit into the connection focused cathegory.
The main purpose of this social network is to give users control over the data generated in the platform so they can easily find other people with advanced searchs. This is done with customizable algorithm weights and an advanced user search by interest system.
Project architecture
Django-React monorepo
Django handles the create-react-app frontend javascript and css as its static files. Every non api route (except the admin route) ends up rendering the index.html create-react-app file, the app routes are then handled by react router dom.
Demo
https://user-images.githubusercontent.com/67564586/113099932-1d422a80-91d1-11eb-9930-74ab052dd52a.mp4

