This project is a REST api for iyteemlak.com web application. iyteemlak.com simply helps Iyte students to find house for rent. Checkout trello page for more info about development process.
This project was bootstrapped with Spring Boot.
IntelliJ is preferred as IDE, since it is very easy to run Spring Boot applications. Import pom.xml as project and you're ready to go. You can find further info in HELP.md
.
Swagger is used for both testing and documentation purposes.
Distributed under the GNU General Public License v3.0 license. See LICENSE
for more information.
A. Semsettin Ozdemirden - ahmetozdemirden@std.iyte.edu.tr
- Fork it (https://github.com/iyteemlak/api/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request