ivandika3 / main-1

DIYeats is a command line based dietary assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DIYeats

travis Coverage Status

Ui

Introduction

DIYeats is an application designed to help NUS students plan out their diet in order to maintain a healthy lifestyle, which can often times be a challenging endeavour amidst the intense academic rigour associated with university life.

DIYeats utilizes a command line interface, and is compatible with most modern OSes (Windows, Macintosh, Linux, Ubuntu). Commands are designed to be simple and intuitive, such that even users who are unfamiliar with the command line interface can use it with ease.

DIYeats also comes with a Graphical User Interface. Which will allow even users who are not familiar with the command interface to use our application.

Setting up

Prerequisites

  • JDK 11
  • Recommended: IntelliJ IDE
  • Fork this repo to your GitHub account and clone the fork to your computer

Importing the project into IntelliJ

  1. Open IntelliJ (if you are not in the welcome screen, click File > Close Project to close the existing project dialog first).
  2. Set up the correct JDK version.
    • Click Configure > Structure for new Projects (in older versions of Intellij:Configure > Project Defaults > Project Structure).
    • If JDK 11 is listed in the drop down, select it. If it is not, click New... and select the directory where you installed JDK 11.
    • Click OK.
  3. Click Import Project.
  4. Locate the project directory and click OK.
  5. Select Create project from existing sources and click Next.
  6. Rename the project if you want. Click Next.
  7. Ensure that your src folder is checked. Keep clicking Next.
  8. Click Finish.

Acknowledgements

Site Map

Licence : MIT

About

DIYeats is a command line based dietary assistant

License:MIT License


Languages

Language:Java 99.8%Language:Batchfile 0.2%