Keto Food Finder

Github top language Author

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Author

🎯 About

This proof of concept is a backend in Springboot and Java to provide as an API for keto viable meals at commmon restaurant chains. (This also serves as a data server for the Keto Food Finder client Coming soon!)

✨ Features

✔️ Find Keto Options for quick meals!

✔️ More coming soon.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git, JDK 11, Gradle installed and a Java IDE such as: IntelliJ IDEA.

🏁 Starting

# Clone this project
$ git clone https://github.com/Mark-The-Dev/keto-finder.git

# Access
$ cd https://github.com/Mark-The-Dev/keto-finder

# Run the project
Open project folder with IDE:

"In the terminal run:"
gradlew bootRun

"or"

"Click on the little green arrow in KetoFinderApplication's Main" 

Made with ❤️ by Mark Marcello

 

Back to top