Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/butlerx/estateagent
Java Web Server example
https://github.com/butlerx/estateagent
Last synced: about 1 month ago
JSON representation
Java Web Server example
- Host: GitHub
- URL: https://github.com/butlerx/estateagent
- Owner: butlerx
- License: mit
- Created: 2017-04-20T20:33:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T00:57:47.000Z (over 3 years ago)
- Last Synced: 2024-10-16T01:09:55.182Z (3 months ago)
- Language: Kotlin
- Homepage:
- Size: 687 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EstateAgent
Estate agent system
### Development
#### Running
To compile in development run
```
docker-compose up --build
```You can access the server on `localhost:8080`
To run the cli run
`docker run --rm -it mvn exec:java -D"exec.mainClass"="com.dcu.client.App"`### Build
To produce WAR file run
```
docker-compose up --build
docker cp estateagent_tomcat_1:/usr/local/tomcat/webapps/ROOT.war ROOT.war
```### Features
* Server stores housing data
* Client can GET housing data
* Client can POST property listing for sale
* Client can POST bid on property
* Server must update list of bids
* Client can filter by price range
* Client can GET view times of a property
* Client can POST booking for property viewing