Skip to content

Get the API up and running #1

Description

@OmalPerera

Build a basic RESTful API setup with any language or framework of your choosing.

Your API should accept HTTP GET requests at:

http://localhost:8090/api

The request should return a 200 OK status for the above base url.

Update the README.md with basic instructions on how to build and run the API.

Note

If you are to use a database, it is recommended that you use an embedded database like H2, HSQL for ease of configuration, and quick startup times, though it is not mandatory to use an embedded database.

If your API is supposed to run on an application server such as Tomcat, it is recommended that you use an embedded server instead, to be able to package the entire application in a single executable file and to be able to start from a standard main method.

Resources

Representational state transfer
Getting Started · Spring Boot
Getting Started - Jersey

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions