This repository has been archived on 2025-01-04. You can view files and clone it, but cannot push or open issues or pull requests.

25 lines
485 B
Markdown
Raw Normal View History

2023-03-07 04:05:53 -06:00
# food_diary
Food Diary UI
2023-03-07 05:03:42 -06:00
## What
Simple UI for entering food choices and whether they caused any issues such as
headaches, migraines, upset digestion, etc.
## How To Run
2023-03-07 05:52:56 -06:00
This project assumes an apt-based OS and was written on Ubuntu.
Clone the project
`git clone https://github.com/Hyperling/food_diary food_diary_app`
Move into the directory
`cd food_diary_app`
Run the project.
`./run.sh`
## testing
`test.sh` has been provided for showing how to interact with the APIs.