Skip to content

Complete web page with form view for presenting and operating with user data. The current repo description lists mostly all used tech stack.

License

Notifications You must be signed in to change notification settings

SeanKh/symfonyWebpage

Repository files navigation

Symfony Webpage

About

This repo shows the web form for presenting and entering user data.

The basic tech stack of the application is as follows:

  • Symfony 4 framework is used to create web application
  • Composer is used for dependency management (https://getcomposer.org/)
  • MySQL is chosen as an RDBMS
  • The Doctrine ORM Framework, which is integrated in Symfony is used in order to establish communication with MySQL database.
  • The necessary controllers, business logic to create, update, delete using a web form are implemented. Users have the following characteristics: First name, Last name, Date of birth, eMail, Date (created), Date (last updated). The user data is displayed in a simple table.
  • The bootstrap framework is used to enhance UI.
  • XAMPP Apache distribution has been used to manage the full project development
  • Development UI was Visual Studio Code

Home page New user page User deleted info page Confirm user deletion page User details page Edit user page User not found page

About

Complete web page with form view for presenting and operating with user data. The current repo description lists mostly all used tech stack.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published