-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a8496f
commit a693724
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# DailyDiet | ||
|
||
you can access website at [daily-diet-aut.herokuapp.com](https://daily-diet-aut.herokuapp.com/) | ||
and this api is deployed on heroku at [dailydiet-api.herokuapp.com](https://dailydiet-api.herokuapp.com/) | ||
You can access website at [daily-diet-aut.herokuapp.com](https://daily-diet-aut.herokuapp.com/) | ||
and this API is deployed on heroku at [dailydiet-api.herokuapp.com](https://dailydiet-api.herokuapp.com/). | ||
|
||
## Setup and Run on local machine | ||
|
||
1. install packages with `pip install -r requirements.txt` | ||
1. Install packages with `pip install -r requirements.txt` | ||
|
||
2. set environment variable `DAILYDIET_ENV` to | ||
2. Set environment variable `DAILYDIET_ENV` to | ||
`Development`/`Testing`/`Production` | ||
(default value is `Development` if you set nothing) | ||
|
||
3. Copy `.env.example` to `.env` and fill in the keys. | ||
3. Copy `.env.example` to `.env` and fill in the keys | ||
|
||
4. run with `python app.py` | ||
4. Run with `python app.py` |