https://github.com/phpmv/todos
Todos list management
https://github.com/phpmv/todos
Last synced: 7 months ago
JSON representation
Todos list management
- Host: GitHub
- URL: https://github.com/phpmv/todos
- Owner: phpMv
- Created: 2021-01-22T18:43:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-12T18:23:33.000Z (over 4 years ago)
- Last Synced: 2025-03-03T05:23:39.506Z (11 months ago)
- Language: PHP
- Homepage: https://test-1.sts-sio-caen.info
- Size: 77.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todos
This is a small demo application for managing to-do lists.
see [Todos online demo](https://test-1.sts-sio-caen.info)
## Prerequisites
You will need the following things properly installed on your computer.
* php ^8.0
* [Git](https://git-scm.com/)
* [Composer](https://getcomposer.org)
* [Ubiquity devtools](https://ubiquity.kobject.net/)
## Installation
* `git clone ` this repository
* `cd todos`
* `composer install`
## Running / Development
* `Ubiquity serve`
* Visit your app at [http://127.0.0.1:8090](http://127.0.0.1:8090).
### devtools
Make use of the many generators for code, try `Ubiquity help` for more details
### Optimization for production
Run:
`composer install --optimize --no-dev --classmap-authoritative`
### Deploying
Specify what it takes to deploy your app.
## Further Reading / Useful Links
* [Ubiquity website](https://ubiquity.kobject.net/)
* [Guide](http://micro-framework.readthedocs.io/en/latest/?badge=latest)
* [Doc API](https://api.kobject.net/ubiquity/)
* [Twig documentation](https://twig.symfony.com)
* [Semantic-UI](https://semantic-ui.com)