Hug0-Drelon / to-do-list

This API is a personnal project that provide a simple backend for a to-do list application using Symfony.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TO-DO LIST

This API is a personnal project that provide a simple backend for a to-do list application using Symfony.

To run this API, simply clone the repo and install it with composer. Then create the database with php bin/console doctrine:database:create and install the migrations with php bin/console doctrine:migrations:migrate. You can also run the fixtures with php bin/console doctrine:fixtures:load in case you need fake data.

Here is a config file for Insomnia to try the API out.

About

This API is a personnal project that provide a simple backend for a to-do list application using Symfony.


Languages

Language:PHP 95.9%Language:Shell 4.1%