Skip to content

CodeVINCI/good-food-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

good-food-project

Improve Quality of Mess Food in India

The Goal

  1. Requesting Government to create a regulatory body that solely works for maintenance of food quality in learning institutes of India.

  2. The Quality of food must be assured irrespective of whether the intitution is IIT,NIT,Govt. Funded university, Private college.

  3. The Regulatory body must do licensing and delicensing of the company having tenders to cook food in the country.

  4. Regular assessments of foods by authorities to ensure the quality is maintained.

Implementation

  • Build a form where user can submit their complaints
  • Display those complaints on a page where user can approve or disapprove it with their signature.

Join us on:

Deployment

  • Yet to add

Built With

  • Yet to Add

Contributing

Like any open source project the Goal of this project will remain a goal until you contribute to it :)

Prerequisites

  • Python
  • Django
  • Postgresql

Setup

* fork and clone

* virtualenv -p python3 vgood-food-project

* source vgood-food-project/bin/activate

* cd good-food-project/goodfood

* pip install -r requirements.txt

* create a file settings.ini in `good-food-project/goodfood/goodfood` and put the following:

    SECRET_KEY=3izb^ryglj(bvrjb2_y1fZvcnbky#358_l6-nn#i8fkug4mmz!
    DEBUG=True
    DB_NAME=YOUR_DATABASE_NAME
    DB_USER=YOUR_DATABASE_USERNAME
    DB_PASSWORD=YOUR_DATABASE_PASSWORD
    DB_HOST=127.0.0.1

* python manage.py migrate

* python manage.py runserver

* Go to http://127.0.0.1:8000/complain/ and submit your complaints!

If you're having problem while setup see 1 and 2.

Creating a PR

Similar code style throughout the whole project can be helpful for future contributors to understand the code and the reviewers on the pull requests. That's why are using coala to lint the code before pushing any changes.

After you have made all the changes and you're ready to push, just run coala on the project:

* Make sure you're in the dir `good-food-project/goodfood`
* Run coala:  $coala

That's it, that is what you've to do to lint your code, it would automatically apply the required changes, but in some cases, you've to do it manually, and if you don't want to make that change just enter 0 and coala would do nothing.

If you're still having any problem on using coala, please contact us Gitter, or follow the coala Guidelines

CITATIONS OF BAD QUALITY MESS FOOD IN MEDIA

Author

  • Abhishek Chauhan - Initial work - CodeVINCI

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Yet to Add

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published