Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wiirios/clickbus-challenge

old Click bus challenge
https://github.com/wiirios/clickbus-challenge

challenge java spring-boot

Last synced: about 1 month ago
JSON representation

old Click bus challenge

Awesome Lists containing this project

README

        

## SpringBoot Api
My rest API REST to solve a click bus challenge

### Intalation

Java >= 8

PostMan

### Getting Started
1. Clone this repo
```git
git clone https://github.com/Winnd11/clickbus-challenge.git
```

2. run maven
```git
./mvnw.cmd spring-boot:run
```

the app will run at http://localhost:5500

### Get Methods

| # | Get City | Get City By Id | Get City By Name |
| -- | -- | -- | -- |
| # | clickbus/cityall | clickbus/cityid/'id' | clickbus/cityname/'name' |

### Post Methods

| # | Create City | Delete City By Id| Update City
| -- | -- | -- | -- |
| # | clickbus/citycreate | clickbus/deletecity/'id' | clickbus/cityupdate |

### To-Do

- [x] Create a place
- [X] Edit a place
- [X] Get a specific place
- [X] List places and filter them by name
- [ ] Docker

## MIT License
This project is licensed under MIT license, read more at docs.github