iimrx / jobseekersapi

Job Seekers Microservice Using JHipster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple JobSeekers Api using Jhipster Microservice

Development & Runing The Application

To start your application in the dev profile, run:

./mvnw

JHipster Registry

JHipster Registry it is an administration server, with dashboards to monitor and manage applications (localhost:8761)

docker-compose -f coffeesys/src/main/docker/jhipster-registry.yml up

Supported Request Methods:

Method: GET
URL: http://localhost:8083/api/jsdata
Method: POST
URL: http://localhost:8083/api/jsdata
Body:
    {
        "gender": "Enter Gender Type Here",
        "region": "Enter The Region Here",
        "city": "Enter The City Here",
        "age": "Enter The Age Here, as Double!",
        "degree": "Enter The Degree Here",
        "major": "Enter The Major Here",
        "inistitute": "Enter The Inistitute Here"
    }
Method: DELETE
URL: http://localhost:8083/api/jsdata/{id} #id of the recored to delete

About

Job Seekers Microservice Using JHipster


Languages

Language:Java 96.1%Language:HTML 3.7%Language:Shell 0.2%Language:JavaScript 0.1%