Skip to content

darmonlyone/WholeFoodBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Organic Recipe Build Statuscodecov

Organic Recipe is a recipe book website which you can create your own digital recipe books using recipes from many well-known brands and chefs, combining with your own ideas. Not only create your own recipe, but also provide a lot of recipes from other members of our website and you can communicate with other members by giving rate or leaving any comments on their recipe too.

Check Whole-Food-Cookbook out and ready for cooking with our good recipes.

Project plan

We assign our teammate works by using Asana Application. You can see our project iteration and develop plan.

Design

Adobe XD is used for designing part. You can look out our application design here.

Development

Website is developed by Django web framework for create website in html and python3 platform. We use Heroku for deploying our application and Travis Ci for building testing. We also user codecov to checkout code coverage of this application.

Installation

This document gives the instructions to install this application to your computer.

  1. Install python to your OS.

  2. Clone this repositories

    $ git clone https://github.com/darmonlyone/WholeFoodBook.git
    
  3. Chang directory to WholeFoodBook/ and install virtualenv.

    Install virtualenv

    $ pip3 install virtualenv 
    $ virtualenv venv 
    
  4. Activate virtualenv

    • Mac OS or Ubuntu
    $ source env/bin/activate
    
    • Window OS
     $ env/bin/activate
    

    Install all requirements to your venv with this command.

    (venv) $ pip install -r requirements.txt
    

    This command use for install all requirement library to your python source for running this program.

Running

Running the program using python command. If you wasn't activate venv please look on installation before running.

(venv) $ python manage.py runserver

If program cause SyntaxError. You can try this command to detect your program to run with Python 3.

(venv) $ python3 manage.py runserver

Member

About

ISP Project at SKE Kasetsart University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •