Skip to content

laurielim/REACT21K_PHP_Day_08_Symfony_Controller

Repository files navigation

Routing and Deploying a Symfony Project

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.

Technologies used

Built with:

  • PHP
  • Symfony
  • SQLite

Previously hosted on:

  • Heroku

Setup and Usage

composer require maker
composer require orm

Sources

Acknowledgment

Mentor: Hoang Pham

About

Day 08 of PHP lessons, Symfony controllers, deploying on Heroku and interacting with databases.

Resources

Stars

Watchers

Forks