Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rozek1997/coffee-app
Simple Spring-based web app created to share recipes among coffee lovers.
https://github.com/rozek1997/coffee-app
gradle mongodb restful-webservices spring-boot spring-data spring-mvc
Last synced: 19 days ago
JSON representation
Simple Spring-based web app created to share recipes among coffee lovers.
- Host: GitHub
- URL: https://github.com/rozek1997/coffee-app
- Owner: rozek1997
- Created: 2018-06-26T17:35:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T22:54:08.000Z (almost 5 years ago)
- Last Synced: 2024-11-17T11:56:01.527Z (3 months ago)
- Topics: gradle, mongodb, restful-webservices, spring-boot, spring-data, spring-mvc
- Language: HTML
- Size: 155 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coffee World - backend
A web application that allows you to find recipes for coffee, different coffee beans and share your recipes through apps.
Each user has his own unique user account, through which he can add his recipe.The backend of this application is based on the REST standard and the SpringBoot framework was used to write the application.
The data is saved in the NOSQL MongoDB database.
## Technology used* SpringBoot v2.0.2
* Gradle
* MongoDB
* JavaDOC## Compiling
Inside project dir
`$ ./gradlew build`## Run
` $ cd build/libs/ `
` $ java -jar coffeeworld-0.0.1-SNAPSHOT.jar `