Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wiirios/clickbus-challenge
- Owner: wiirios
- Created: 2024-10-03T21:41:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T23:37:45.000Z (2 months ago)
- Last Synced: 2024-11-13T18:45:23.492Z (about 2 months ago)
- Topics: challenge, java, spring-boot
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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