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.
Built with:
- PHP
- Symfony
- Postman
Previously hosted on:
- Heroku
You must have PHP and composer installed. Run the following command:
composer install
- I created my API and data structure based on the PokéAPI
- I used the Recipe Schema.org Markup Generator to structure my recipes.
Mentor: Hoang Pham