Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/demonrishabh/joblisting_springboot

find jobs or add new one
https://github.com/demonrishabh/joblisting_springboot

json mongo-repository mongodb mvc-architecture spring-boot swagger-ui swagger2

Last synced: 14 days ago
JSON representation

find jobs or add new one

Awesome Lists containing this project

README

        

# Joblisting - A SpringBoot-MongoDB Project

🍁 *It shows job listings along with the requirements of that job profile*
>
🍁 *You can add new jobs*


🔴 **Requests**
>
🍁 *https://localhost:8080/     ->     Redirect to Swagger UI page*
>
🍁 *https://localhost:8080/allPosts     ->     Returns all the job listing posts*
>
🍁 *https://localhost:8080/post/{text}     ->     Search any job listing by text in the database using Atlas Search*
>
🍁 *https://localhost:8080/post     ->     Add any new job listing to the database*


🔴 **Concepts used :**
>
🍁 *MVC architecture*
>
🍁 *Spring Boot*
>
🍁 *MongoDB*
>
🍁 *Json*
>
🍁 *Swagger API*
>
🍁 *MongoDB Repository*
>
🍁 *Pipelines*
>
🍁 *MongoDB ATLAS Search