Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 `