Skip to content

CarMarket web-app built for school-project with PHP7, Slim2 Framework, Twig Templates, Eloquent ORM and MySQL. The app allows users to publish their car adverts, much like https://avto.net

Notifications You must be signed in to change notification settings

andrijanovakovic/carmarket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CarMarket

(this is school-project I used to learn about Twig & PHP)
A car market web-app for selling second-hand and new vehicles (currently only cars).

Specs

Installation

git clone https://github.com/andrijanovakovic/carmarket.git
cd carmarket
composer install
composer dump-autoload

Before you visit the page on your localhost, you should import db schema through MySQL workbench, HeidiSQL or something else...
db schema is located in:

./db_backup/db_schema.sql

Note about PHPMailer

This app uses PHPMailer which uses Google's Gmail API to send e-mails. You should specify your own username (email) and password for that to work in:

./app/config/test.php

App config

App mode is defined in:

./mode.php

This means that if the content of ./mode.php is "development", app will search for development.php in:

./app/config/

About

CarMarket web-app built for school-project with PHP7, Slim2 Framework, Twig Templates, Eloquent ORM and MySQL. The app allows users to publish their car adverts, much like https://avto.net

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published