Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.07 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.07 KB

iyteemlak.com

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.

Installation

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.

Usage

Swagger is used for both testing and documentation purposes.

Meta

Distributed under the GNU General Public License v3.0 license. See LICENSE for more information.

A. Semsettin Ozdemirden - ahmetozdemirden@std.iyte.edu.tr

Contributing

  1. Fork it (https://github.com/iyteemlak/api/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request