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

https://github.com/eric-souzams/mongodb-blog-spring

Blog API using Mongo DB how database
https://github.com/eric-souzams/mongodb-blog-spring

api mongo mongodb spring spring-boot

Last synced: 2 months ago
JSON representation

Blog API using Mongo DB how database

Awesome Lists containing this project

README

          

Blog with MongoDB & Spring


Technologies   |   
Build   |   
Contributing

## Technologies
This project was developed using the following technologies:
- [Spring Boot]()
- [Spring Data Mongo]()
- [MongoDB]()
- [Apache Tomcat]()
- [Lombok]()

## Building
You'll need [Java 11+](https://www.oracle.com/br/java/technologies/javase-jdk11-downloads.html) and [Maven](https://maven.apache.org/download.cgi) installed on your computer in order to build this app.

```bash
$ git clone https://github.com/eric-souzams/mongodb-blog-spring

$ cd mongodb-blog-spring

$ mvn install

$ mvn spring-boot:run
```

## Contributing
This repository is currently under development. If you want to contribute please fork the repository and get your hands dirty, and make the changes as you'd like and submit the Pull request.