Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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
```