Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-malekpour committed Jun 3, 2020
1 parent 1a8496f commit a693724
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
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`

0 comments on commit a693724

Please sign in to comment.