LARAPMS is a web application designed to help you manage properties, tenants, and rooms with ease. It provides a user-friendly interface for property management tasks, making it simple to keep track of your real estate assets.
To set up and run the development environment, follow these steps:
-
Clone the repository:
git clone [email protected]:gkalogeitonas/laraPMS.git cd laraPMS
-
Install dependencies:
composer install npm install
-
Copy the example environment file and set up your environment variables:
cp .env.example .env
-
Generate an application key:
php artisan key:generate
-
Run the database migrations and seed the database:
php artisan migrate:fresh --seed
-
Start the development server:
php artisan serve
-
Compile the front-end assets:
npm run dev
Now, you can access the application at http://localhost:8000
.
We welcome contributions! Please read our contributing guidelines for more information.
This project is licensed under the MIT License. See the LICENSE file for details.