Skip to content

MatthieuMan/Authentication

Repository files navigation

Authentication

You only need docker and docker-compose installed

Start server

The following command will start the development server at URL http://127.0.0.1:8000/, a PhpMyAdmin at url http://127.0.0.1:8080/ and a mail server at http://localhost:8025/:

docker-compose up -d

Install depedencies:

docker-compose exec php composer install

Create database and run migration:

docker-compose exec php bin/console doctrine:database:create

Then :

docker-compose exec php bin/console doctrine:migrations:migrate --no-interaction

Build assets

Run the command below to build assets, such as css :

npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published