Skip to content

A simple test for a job application that represents an address book where we can add, edit and delete entries. we also have an overview of all contacts.

Notifications You must be signed in to change notification settings

eissasoubhi/Address_Book

Repository files navigation

Address_Book

Introduction

This repository is a simple test for a job application that represents an address book where we can add, edit and delete entries. we also have an overview of all contacts.

The address book contains the following data:

  • Firstname
  • Lastname
  • Street and number
  • Zip
  • City
  • Country
  • Phonenumber
  • Birthday
  • Email address
  • Picture (optional)

The used technologies:

  • Symfony 3.4
  • Doctrine with SQLite
  • Twig
  • PHP 7.0

installation

$ git clone [email protected]:eissasoubhi/Address_Book.git
$ cd Address_Book
$ composer install
$ php bin/console doctrine:migrations:migrate (type "y" in the command prompt)
$ php bin/console server:run

now go to http://localhost:8000/

About

A simple test for a job application that represents an address book where we can add, edit and delete entries. we also have an overview of all contacts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published