Skip to content

Latest commit

 

History

History
143 lines (99 loc) · 3.9 KB

readme.MD

File metadata and controls

143 lines (99 loc) · 3.9 KB

MIT License LinkedIn


A Simple API

This simple program consumes an API by sending multiple parallel requests. Then it removes repetitive data and sorts it based on the user's request.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

This project was developed to practice my back-end skills.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
    git clone https://github.com/arshiahsn/simple_api.git
  2. Install Maven packages
    ./mvnw clean install

Running

./mvnw run

Usage

Open your browser and navigate to:

localhost:8080/posts?

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Your Name - @400_bad_req - [email protected]

Project Link: https://github.com/arshiahsn/simple_api