Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucassimonin/crossfit-planning
Crossfit planning
https://github.com/lucassimonin/crossfit-planning
agenda bootstrap3 crossfit php7 planning symfony3
Last synced: about 2 months ago
JSON representation
Crossfit planning
- Host: GitHub
- URL: https://github.com/lucassimonin/crossfit-planning
- Owner: lucassimonin
- Created: 2017-07-05T20:39:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T20:47:01.000Z (about 7 years ago)
- Last Synced: 2024-10-13T06:20:52.390Z (3 months ago)
- Topics: agenda, bootstrap3, crossfit, php7, planning, symfony3
- Language: PHP
- Homepage:
- Size: 411 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Crossfit planning
=========To launch the application :
```bash
$ composer install (in parameters.yml you need to fill mailer_user)
$ php bin/console doctrine:schema:update --force
$ php bin/console doctrine:fixtures:load
$ npm install
$ bower install
$ gulp
$ php bin/console serv:star (or php bin/console server:start)
```go to : http://127.0.0.1:8000 (admin credentials : admin/admin)
TODO
=========
- Refactoring Model create service => DONE
- Show list of subscriber for an session => Add tooltip on badge DONE
- Add test PHPUnit
- Improve admin