This repo contains the class exercise we did on day 8 of the Programming in PHP course which is part of the Full Stack Web Development Program at Business College Helsinki. It was deployed on Heroku. An SQL database was also enabled with CRUD commands implemented. The local db runs on SQLite and the hosted version used Heroku Postgres. Unfortunately, Heroku has removed the free plan of Heroku Postgres so I have taken down the instance.
I had also repurposed this Symfony App to manage the back-end of a To Do application I was tasked to do for the React and Redux advanced course of the program and subsequent projects.
Built with:
- PHP
- Symfony
- SQLite
Previously hosted on:
- Heroku
composer require maker
composer require orm
Mentor: Hoang Pham