Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.22 KB

README.md

File metadata and controls

48 lines (37 loc) · 1.22 KB

Django-React Social Media Platform

Welcome to the Django-React Social Media Platform! This project is a basic social media platform built with technologies specified in the requirements.

Getting Started

Frontend Development Server

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.

Backend Development Server

To run the backend development server, execute the following command:

python manage.py runserver

Make sure to activate the PostgreSQL database in pgAdmin4.

Requirement

Before running the project, ensure you have the following dependencies installed:

#Frontend dependencies npm install / yarn install

#Backend dependencies pip install -r requirements.txt

Contributing

If you would like to contribute to this project, please follow these guidelines:

  1. Fork the Repo
  2. Create a new branch for your feature or bug fixes
  3. Make your changes and ensure tests pass
  4. Submit a pull request
Thank you!