TrendZ - A Social Media Web App usin django, postgresql, react and redux toolkit
Client: React, Redux, Redux toolkit
Server: Python, Django, Rest-framework, Postgresql
Clone the project
git clone https://github.com/safwantaliparamba/TrendZ.gitGo to the project directory
cd FrontentInstall dependencies
yarn addStart the server
yarn startClone the project
git clone https://github.com/safwantaliparamba/TrendZ.gitGo to the project directory
cd Backendactivate venv
Install dependencies
pip install -r requirement.txtmigrate to database
python manage.py makemigrations
python manage.py migrateStart the server
python manage.py runserver