Code Monkey home page Code Monkey logo

rukmini-meda / homechef Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 4.0 37.68 MB

This project is a part of Applied Software Engineering - 1 ( ASE ) Course at IIIT Sri City. The project provides a platform for home entrepreneurs who want to cook and earn. It also helps users in finding volunteers to help for an event.

Home Page: http://homechef30.pythonanywhere.com/

CSS 54.34% JavaScript 0.47% HTML 16.06% Python 4.22% Less 12.37% SCSS 12.53%
django python cooking e-commerce entrepreneurs finding-volunteers

homechef's Introduction

HOMECHEF

This project is a part of Applied Software Engineering - 1 ( ASE ) Course at IIIT Sri City. The project provides a platform for home entrepreneurs who want to cook and earn. It also helps users in finding volunteers to help for an event.

You can find our project live here

If you find the project interesting and have ideas for the project or have found bugs in the project, feel free to raise an issue.

If you like the project, don't forget to give it a โญ

Guidelines for development and contribution

An issue must be created for any feature addition or bug fixation. It should be labelled accordingly. Developers working on a particular issue must create a branch and commit changes in that branch. Further, a pull request from that branch must be made to the master branch of this repository for merging. Following are the steps that have to be strictly followed for contributing to this project

1. Fork the repository ๐Ÿด

2. Clone your fork to your local machine

git clone https://github.com/<your_username>/HOMECHEF.git

3. Setup upstream remote

git remote add upstream https://github.com/Rukmini-Meda/HOMECHEF.git

4. Verify remote - upstream URL should refer to this repository and origin should refer to your fork

git remote -v

5. Keep fork and local repos up to date with the upstream

Checkout to master branch

git checkout master

Fetches from upstream and origin and prunes any deleted branches

git fetch --all --prune

Reset the head to the last commit in the upstream's master repo

git reset --hard upstream/master

Push these changes to origin so that both fork and local repos are made up to date

git push origin master

6. Create a new branch

git checkout -b <new-branch-name>

7. View all branches and verify newly created branch

git branch -v

8. Code and make changes

9. Add your changes accordingly

git add *

or

git add .

or

git add <file-or-folder-name>

10. Commit your changes

git commit -m <commit-message>

11. Push your changes to your fork

git push origin head

12. Go to your fork in GITHUB and click on create a pull request to make a PR to master branch

13. If any further changes are required, make them in the same branch and follow 9, 10, 11 steps

homechef's People

Contributors

rukmini-meda avatar srithanya avatar sumasreeeduru avatar tinlock7 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

homechef's Issues

Pagination

Pagination should be implemented in the django project

Seller Section

Frontend and backend of seller section must be implemented.

Forms changes

Required changes in login and signup forms must be done.

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.