Welcome to the Django-React Social Media Platform! This project is a basic social media platform built with technologies specified in the requirements.
To run the frontend Development server, follow these steps:
npm run dev
#or
yarn dev
Open http://localhost:3000/ on your browser to Interact with the UI.
To run the backend development server, execute the following command:
python manage.py runserver
Make sure to activate the PostgreSQL database in pgAdmin4.
Before running the project, ensure you have the following dependencies installed:#Frontend dependencies
npm install / yarn install
#Backend dependencies
pip install -r requirements.txt
If you would like to contribute to this project, please follow these guidelines:
- Fork the Repo
- Create a new branch for your feature or bug fixes
- Make your changes and ensure tests pass
- Submit a pull request