Thanks to visit codestin.com
Credit goes to github.com

Skip to content

winspiker/WhatMeDo

Repository files navigation

WhatMeDo is a simple symfony ToDo list.

FeaturesRequirementInstallationConfiguration

Features

  • Easy - Easy to learn and use, friendly construction.

  • Docker - Installation via docker.

  • Free - You can use it anywhere, whatever you want.

Requirement

Only Docker and Docker-Compose 🤤

Installation

1) Up Docker

1.1) Build base image

$ make build-base

1.2) Build app image

$ make build-app

1.3) Create and start containers

$ make up

2) Enter to app

$ make enter

3) Migrate database

$ bin/console doctrine:migrations:migrate

4) Create user

For admin

$ bin/console app:create:admin <email> <password>

For default user

$ bin/console app:create:user <email> <password>

About

Simple symfony ToDo list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published