Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
/ students Public archive

Simple CRUD/Auth app to get familiar with Symfony components and Unit/Functional testing

Notifications You must be signed in to change notification settings

kubk/students

Repository files navigation

kubk/students Build Status

Simple CRUD/Auth app to get familiar with Symfony components and Unit/Functional testing.

To install

git clone https://github.com/kubk/students.git
composer install
psql -U user -d db < create-students-table.sql
./scripts/student-table-seeder.php 30

Run app using PHP's built-in web server:

php -S localhost:8001 -t public

Demo

Heroku demo: https://boiling-brook-29265.herokuapp.com/

The app is hosted on a free Heroku dyno, so it need some time to wake up.

Testing

  1. Create a test database and edit connection params in config/config_test.php
  2. Run tests via phpunit

About

Simple CRUD/Auth app to get familiar with Symfony components and Unit/Functional testing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published