GithubHelp home page GithubHelp logo

manas2030 / khidmat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nandikajain/khidmat

0.0 0.0 0.0 8.89 MB

๐Ÿ“ฒ Khidmat is a SQL food delivery app that integrates food delivery with donation application resulting in increased visibility of various organizations that work for the welfare of the needy. The platform incentives donations and makes the process much more efficient for both the donors and receivers.

License: MIT License

Jupyter Notebook 14.13% Python 26.68% HTML 59.20%

khidmat's Introduction

Khidmat Database

About the Project ๐Ÿš€

Khidmat is a food delivery app that connects customers with multiple restaurants and displays their menus, user-ratings and provides a vast number of food delivery options. The database centralizes the operations of Khidmat and provides a smooth user interface wherein donors can easily donate items without any hassle, and the users can select and order from the best restaurants with unbiased ratings from other customers who have ordered before.

Through this project, we aim to reduce food wastage and help the organizations which work for the welfare of people get easier access to resources and create a platform that incentivizes and makes it easy to donate.

Made as a part of project in Database Management System course at IIIT-Delhi.

Setup ๐Ÿค“

  • First load the data on your system
  • pip3 install -r requirements.txt
  • python3 app.py

After making changes in the code, make sure to run pip3 freeze > requirements.txt and push changes to Github :)

Load MySQL data on your system

In order to create generate the .sql file on updating the database, run the command: mysqldump -u <username> -p khidmatDB > database.sql

In order to load the database on your system:

  • Create khidmatDB, if not already present by CREATE DATABASE khidmatDB in MySQL.
  • Load the contents of the dump file with the command mysql -u <username> -p khidmatDB < database.sql

Screenshots of the Application ๐Ÿ“ธ

Contact us:

๐ŸŽง Nandika Jain
๐Ÿ’ป Aairah Bari
๐Ÿ€ Manas Gupta

khidmat's People

Contributors

nandikajain avatar manas2030 avatar dependabot[bot] avatar aairah-iiitd 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.