Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.04 KB

Description

  • My attempt at exploring the PHP Symfony5 web development framework to create Restful web app.
  • This is a demo PHP project for a Question & Answers blog.
  • Users can post questions and give an answer to posted question.

More about symfony5 here
symfony5 Documentation

How to run.

  • To run this project, you need
  • PHP 7.4 download link
  • symfony pre-requisits (installation guide)
  • an empty MySql database named 'demodb'
  • open cmd, goto project directory
$ php bin/console make:migration         
$ php bin/console doctrine:migrations:migrate  
$ php bin/console doctrine:fixtures:load  
$ symfony serve  

Login details:
user01 email: abc@gmail.com
user01 password : abc

user02 email: cat@gmail.com
user02 password : abc

Screenshots

SignIn Page

Questions Page

Answers Page