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
- Host: GitHub
- URL: https://github.com/safwantaliparamba/trendz
- Owner: safwantaliparamba
- Created: 2022-09-03T11:38:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T05:38:22.000Z (over 3 years ago)
- Last Synced: 2025-04-13T06:53:27.633Z (about 1 year ago)
- Topics: django, django-rest-framework, postgresql, python, react, react-redux, react-router-v6, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 2.01 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```