Skip to content

TrendZ - Social Media Web App usin django, postgresql, react and redux toolkit

Notifications You must be signed in to change notification settings

safwantaliparamba/TrendZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TrendZ

TrendZ - A Social Media Web App usin django, postgresql, react and redux toolkit

TrendZ- tech stack

Client: React, Redux, Redux toolkit

Server: Python, Django, Rest-framework, Postgresql

Run Locally - CLIENT

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

Run Locally - SERVER

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