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.git
Go to the project directory
cd Frontent
Install dependencies
yarn add
Start the server
yarn start
Clone the project
git clone https://github.com/safwantaliparamba/TrendZ.git
Go to the project directory
cd Backend
activate venv
Install dependencies
pip install -r requirement.txt
migrate to database
python manage.py makemigrations
python manage.py migrate
Start the server
python manage.py runserver