Skip to content

hg1193/Simple-CRUD-Webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-CRUD-Webapp

A basic web form which collects User details such as name, email and date of birth. The application is build using Symfony 4 and Doctrine ORM.

Set up

  1. Install dependencies
composer install
  1. Edit the env file and add DB params

  2. Create User schema

php bin/console doctrine:migrations:diff
  1. Run migrations
php bin/console doctrine:migrations:migrate
  1. Build for production
npm run build
  1. Run symfony server
symfony server:start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published