/TrendZ

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

Primary LanguageJavaScript

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