Skip to content

thaydan/ocp8

 
 

Repository files navigation

Codacy Badge

ocp8

ToDo & Co is an application to manage your daily tasks. Try the demo.
The credentials are the same as those included in the fixtures.

Requierements

  • PHP 8.0.17
  • MariaDB 10.5.15

Installation

  1. Copy the repository
  2. Complete the .env file (you need to set the database URL)
  3. Go to the folder containing the project
  4. Install dependencies
  composer install
  1. Create database
  php bin/console doctrine:database:create
  1. Update database schema
  php bin/console doctrine:database:update --force
  1. Load the fixtures to install the demo data
php bin/console doctrine:fixtures:load

Demo accounts included in fixtures

  Email Password
Admin admin@admin.com admin
User user@user.com user

Run the application on your computer

You can use the local Symfony server to run the application on your computer. This requires installing Symfony CLI.

Then, in the folder containing the project, you can start a server with the following command

  symfony serve

See Symfony Local Web Server.

Contributing

To contribute to the project, see the contributing documentation.

In addition, here are some other important documents :

About

ToDo & Co is a simple application to manage your daily tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.2%
  • PHP 5.3%
  • Twig 1.7%
  • Other 0.8%