Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.45 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.45 KB

Academic Software With Doctrine

This project was created as a part of PHP formation at Alura. When you'll be using this system, you'll can create courses, students, their phones and connect a student for a specific course.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

To run this system in your local machine, you must to have installed:

  • PHP 7 or greater
  • Enable two databases extensions: extension=php_pdo_sqlite and extension=php_sqlite
  • Doctrine ORM 2.7 or greater
  • Doctrine Migrations 2.2 or greater

Installing

Installing this system it's pretty easy, just follow the step by step bellow:

  1. First of all, clone or download this repo
  2. Run the command bash composer install

Running

This system works basically in the command line, to use it, you must to run the scripts in the commands directory. The scripts will get the arguments passed through the command line at argv variable.

Built With

This simple system was written with the techniques and tecnologies below:

  • PHP 7
  • SQLite database
  • Some concepts of gitflow
  • VIM as editor
  • Doctrine ORM and Doctrine Migrations
  • SemVer for versioning

Author