An open API service indexing awesome lists of open source software.

https://github.com/safwantaliparamba/trendz

TrendZ - Social Media Web App usin django, postgresql, react and redux toolkit
https://github.com/safwantaliparamba/trendz

django django-rest-framework postgresql python react react-redux react-router-v6 redux-toolkit

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

```bash
git clone https://github.com/safwantaliparamba/TrendZ.git
```

Go to the project directory

```bash
cd Frontent
```

Install dependencies

```bash
yarn add
```

Start the server

```bash
yarn start
```
## Run Locally - SERVER

Clone the project

```bash
git clone https://github.com/safwantaliparamba/TrendZ.git
```

Go to the project directory

```bash
cd Backend
```

activate venv

Install dependencies

```bash
pip install -r requirement.txt
```
migrate to database

```bash
python manage.py makemigrations

python manage.py migrate
```

Start the server

```bash
python manage.py runserver
```