Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinniko/auto.ru
:car: Symfony-based small website for used car sales. Buy a car!
https://github.com/vinniko/auto.ru
bootstrap css html mysql php symfony twig
Last synced: about 2 months ago
JSON representation
:car: Symfony-based small website for used car sales. Buy a car!
- Host: GitHub
- URL: https://github.com/vinniko/auto.ru
- Owner: Vinniko
- Created: 2021-08-12T13:17:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T13:26:01.000Z (over 3 years ago)
- Last Synced: 2023-10-19T15:24:28.974Z (about 1 year ago)
- Topics: bootstrap, css, html, mysql, php, symfony, twig
- Language: PHP
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Auto.ru (Symfony PHP framework test application)
## Installation
Copy .env from .env.example file and then write your database config
```bash
cp .env.example .env
```
Run composer install```bash
composer install
```Run migrations
```bash
php bin/console doctrine:migrations:migrate
```Run seeders
```bash
php bin/console doctrine:fixtures:load
```Run:
```bash
symfony serv
```
Enter in browser:```bash
localhost:8000
```