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
- Host: GitHub
- URL: https://github.com/antidot-framework/getting-started-app
- Owner: antidot-framework
- Created: 2019-04-19T17:47:58.000Z (about 6 years ago)
- Default Branch: 1.x.x
- Last Pushed: 2021-02-05T23:22:52.000Z (over 4 years ago)
- Last Synced: 2025-04-02T04:03:30.567Z (3 months ago)
- Language: PHP
- Homepage: https://getting-started.antidotfw.io
- Size: 707 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
````

