Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.76 KB

LEARN.md

File metadata and controls

35 lines (27 loc) · 1.76 KB

How to Setup Paws

Prerequisites

  1. Any IDE(VSCode recommended)
  2. Node.js v20.13.1 or later
  3. Basic knowledge of ReactJS(Frontend) and Django(Backend)

Front-end Setup

  1. Go to Innovateninjas/Paws-frontend.
  2. Fork the repository.
  3. Install the project using npm i.
  4. Run the project using npm start.
  5. Create a new branch using git checkout -b <branch_name>
  6. Check Contributing.md for full setup Information.

Back-end Setup

  1. Go to Innovateninjas/Paws-Backend
  2. Fork the repository.
  3. Install the requirements using pip install -r requirements.txt
  4. Apply the Migrations using python manage.py migrate
  5. Run the project using python manage.py runserver

Creating Issues(Must Read)

Make sure your issues follow the proper guidelines as mentioned here want to work on a new issue ? Read this

For discussions or help join the official discord channel in the GSSOC discord server Click here

Rules

  1. Do not create duplicate issues.
  2. Check all issues to make sure you are not creating a duplicate issue.
  3. For UI improvements check this issue.
  4. For Backend issues create an issue in Innovateninjas/Paws-Backend. After you're assigned it will be transferred to Innovateninjas/Paws-frontend and you will be assigned the appropriate points and labels.