8000 GitHub - sjaulin/todolist: A light "To do list" tools - Symfony 5
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sjaulin/todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDoList

A light todolist tool.

Code Quality :

Install Dependencies

For PHP dependencies

composer install

For JS, CSS dependencies

npm install

Build CSS & JS

npm run-script build

Run containers

docker-compose --env-file docker-compose.env up -d

Create database & Init data

Enter in Apache container :

docker exec -it todolist_www_1 /bin/bash

In container :

  • create database & tables :
php ./bin/console doctrine:database:create
php ./bin/console doctrine:migration:migrate -n
  • Init. data
php ./bin/console doctrine:fixtures:load -n

Access to application

Url : http://localhost:8080/

About

A light "To do list" tools - Symfony 5

Topics

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0