This repository contains the backend code for famous food ordering app Qeats,
Gradle build tool(version 6.5 or above)
Sprint Boot version 2.7.11 or above
To make sure if everything is going well, navigate your terminal to qeats folder type command "./gradlew build" for linux / macos for windows gradle build will also do.
As this project uses Spring Boot framework after navaigating terminal to qeats directory type command "./gradlew bootRun" this will start spring server locally on 8080 port (unless changed manually). visit https://localhost:8080 and you successfully had your projects running.