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.
We assign our teammate works by using Asana Application. You can see our project iteration and develop plan.
Adobe XD is used for designing part. You can look out our application design here.
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.
This document gives the instructions to install this application to your computer.
-
Install python to your OS.
-
Clone this repositories
$ git clone https://github.com/darmonlyone/WholeFoodBook.git
-
Chang directory to
WholeFoodBook/
and install virtualenv.Install virtualenv
$ pip3 install virtualenv $ virtualenv venv
-
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 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
- Manusporn Fukkham 6010546702 @darmonlyone
- Pichaaun Popukdee 6010545862 @pichqning
- Raksani Kunamas 6010546711 @raksani
- Thaksina jansaengsri 6010545765 @thaksina