An open API service indexing awesome lists of open source software.

https://github.com/antidot-framework/getting-started-app

Getting Started: Antidot Framework Todo App
https://github.com/antidot-framework/getting-started-app

Last synced: 2 months ago
JSON representation

Getting Started: Antidot Framework Todo App

Awesome Lists containing this project

README

        

# Antidot Framework - Getting Started App

* PHP ^7.4|^8.0
* Antidot Framework
* Doctrine ORM
* Twig Template Engine

## Getting Started Tutorial

> [getting-started.antidotfw.io](https://getting-started.antidotfw.io/)

Check the step-by-step tutorial on making the getting Started Todo App with Antidot Framework.

## Install

Open console

````bash
git clone [email protected]:antidot-framework/getting-started-app.git
cd getting-started-app
touch var/database.sqlite
composer install
bin/console orm:schema-tool:create
php -S 127.0.0.1:8000 -t public
````

![Final result list](docs/images/final-result-list.jpg)
![Final result edit](docs/images/final-result-edit.jpg)
![Final result delete](docs/images/final-result-delete.jpg)