Skip to content

laurielim/REACT21K_PHP_PROJECT

Repository files navigation

React Project API

This repo contains the backend of the React project I did for my React JS course which is part of the Full Stack Web Developer Program at Business College Helsinki. It is built with Symfony which we learnt in the PHP course.

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.

Technologies used

Built with:

  • PHP
  • Symfony
  • Postman

Previously hosted on:

  • Heroku

Setup and Usage

You must have PHP and composer installed. Run the following command:

composer install

Sources

Acknowledgment

Mentor: Hoang Pham