Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zanadoman/car_rental


https://github.com/zanadoman/car_rental

Last synced: about 1 month ago
JSON representation

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)