Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zanadoman/car_rental
https://github.com/zanadoman/car_rental
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zanadoman/car_rental
- Owner: zanadoman
- Created: 2024-11-11T07:14:54.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T08:01:40.000Z (about 1 month ago)
- Last Synced: 2024-11-25T08:22:45.233Z (about 1 month ago)
- Language: PHP
- Size: 275 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🛠️ Dependencies
To host the website, make sure you have the following dependencies installed:
- **Composer**
- **php**
- **MariaDB**
- **npm**---
## 🔧 Hosting Instructions
Follow these steps to host the website:
```
git clone https://github.com/zanadoman/car_rental.git
```Follow these steps to host the backend:
```
cd car_rental/backend
composer install
cp .env.example .env
php artisan key:generate
mariadb -u root -p -e "CREATE DATABASE carrental;"
php artisan migrate:fresh --seed
php artisan serve
```Follow these steps to host the frontend:
```
cd car_rental/frontend
npm install
npm start
```---
## 💪 Developers
- Zana Domán (Z17V4D)
- Plasku Dominik (AEEBES)
- Borsodi István (F0M774)