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
- Host: GitHub
- URL: https://github.com/eric-souzams/mongodb-blog-spring
- Owner: eric-souzams
- Created: 2022-12-21T18:07:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T18:15:37.000Z (over 3 years ago)
- Last Synced: 2025-03-26T14:32:41.070Z (over 1 year ago)
- Topics: api, mongo, mongodb, spring, spring-boot
- Language: Java
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.