Skip to content

andela/chopbox

Repository files navigation

ChopBox

Build Status

ChopBox is an awesome stopover for foodies all over the world to socialize. Registered members of ChopBox get to share their favorite foods, recent ones they've tried, and those ones which they'd love to try. Users may upload enticing images alongside their posts to capture the attention of other users. ChopBox also allows its members to comment on, and show interest in what has been shared on the platform through likes and comments.

Installation

PHP 5.5+ and Composer are required.

  1. Clone this repository: git clone git@github.com:andela/chopbox.git chopbox/
  2. cd into the chopbox folder and run composer install
  3. Run php -S localhost:8000 -t public
  4. Visit localhost:8000 in your browser to see the app running.

Database set-up

  1. Create a mysql database with the name chopbox
  2. cd into the chopbox folder and run php artisan:migrate to set up the required tables for the app.

homestead

If you are using homestead which is highly recomended here are instructions to make the app available under http://chopbox.app.

  1. edit your ~/.homestead/Homestead.yaml:
  • in the section for sites, add
    - map: chopbox.app
      to: /home/homestead/chopbox

  • in the section for databases, add
    - chopbox
  1. run vagrant provision in your Homestead directory.

  2. edit your /etc/hosts and add the following:

192.168.10.10    chopbox.app

Contributing

Thank you for considering contributing to ChopBox! The contribution guide is as follows:

Submit a pull request in this format:

A new feature

[ChopBox][#Feat] Short Description of the Feature

A Fix for a bug

[ChopBox][#Fix] Short Description of the Fix to a bug on the app

Inspiration

Contributors

  1. Chidozie Ijeomah
  2. Dara Oladosu
  3. Kola Erinoso
  4. Prosper Otemuyiwa
  5. Verem Dugeri
  6. Yemisi Oduye

License

The MIT License (MIT). Please see License File for more information.

About

Twitter Clone for Food Consumption and Expression - Simulation Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published