Git Product home page Git Product logo

dhar-hobe's Introduction

Dhar Hobe - A Bangladeshi Product Renting System

Description of image

Team Name: JU_High_Fives

Batch 48, Department of Computer Science & Engineering, Jahangirnagar University, Bangladesh

Team Members:

  1. Iffat Ara Sanzida (IA) - 344
  2. Jannatul Ferdoush Jannati (JF) - 349
  3. Sumaita Binte Shorif (SB) - 357
  4. Amena Akter Sathi (AA)- 351
  5. Fariha Rahman Saba (FR) - 347

How to Use

1. Clone the project

  • Install git bash

  • Open your local directory's git bash terminal

  • Configure git:

    git config --global user.name <github_username>

    git config --global user.email <github_email>

  • Run command: git clone https://github.com/JU-High-Fives/Dhar-Hobe.git

2. Navigate to the project directory commands

  • Navigate: cd BharaHobe
  • Open VS Code: code .
  • Open terminal: Ctrl + J

3. Run the Project:

  • Check Python: python --version

    If python not found, install python.

  • Check Django: python -m django --version

    If Django is not found, install by running: pip install django

  • See branch list: git branch -a

  • Checkout to specific branch: git checkout <branch_name>

  • Run the project: python manage.py runserver

  • Click and Follow: http://127.0.0.1:8000/

How to Develop

1. Create a new branch:

  • Run command: git checkout -b <new_branch_name>

2. Make Changes:

  • Create an app: python manage.py startapp <app_name>

  • After making changes in databases:

    python manage.py makemigrations

    python manage.py migrate

  • Run test cases to ensure everything is working as expected: python manage.py test

3. Commit and Push Changes:

  • Commit changes to the local repository:

    git add .

    git commit -m "Description of changes made"

  • Push changes to the remote repository: git push origin <new_branch_name>

4. Check CI:

  • Go to Github Actions
  • Click on a pipeline
  • Click on test

5. Create a Pull Request:

  • Create a Pull Request from new branch to the main development branch.
  • Watch this

6. Review and Merge:

  • Collaborators will review changes in the Pull Request.
  • If approved, merge changes into the main branch.
  • Watch this

7. Update Local Repository:

  • Switch back to the main branch: git checkout main

  • Pull the latest changes from the remote repository: git pull origin main

  • Delete the local feature branch (optional): git branch -d <new_branch_name>

  • Delete the remote feature branch (if merged and no longer needed): git push origin --delete <new_branch_name>

dhar-hobe's People

Contributors

fariha-rahman-saba avatar ghdccsathi avatar jannat-349 avatar sumaitab avatar whomping-willow avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.