Skip to content

Arg39/kelompok-3-finalproject-backend

Repository files navigation

RENT ID API PROJECT

Description

This project is a REST API that allows you to manage the rent of a property. It allows you to create, read, update and delete properties, tenants and rents. It also allows you to filter properties by city and to filter tenants by property. The project is developed in Laravel 11.

Installation

  1. Clone the repository
git clone https://github.com/Arg39/kelompok-3-finalproject-backend.git
  1. Install the dependencies
composer install
  1. Create a new database
Database name: rentid
  1. Copy the .env.example file and rename it to .env
cp .env.example .env
  1. Generate the application key
php artisan key:generate
  1. Run the migrations with seed
php artisan migrate --seed
  1. Run jwt secret key
php artisan jwt:secret
  1. Start the server
php artisan serve

API Documentation

The API documentation can be found here

Team Project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •