An open source project to support bike coops - organizations that repair bicycles to give to clients
Initial development
Defining bikes, establishing application architecture
- Prepare the server for Symfony
- Download/clone or fork the repo
- Setup a database
- Run
composer install
- Setup
.env.local
- specifically the database connection and the organization text - override the text from.env
- For development, you may use
symfony server:start
and navigate tohttp://127.0.0.1:8000
- For deployment, configure the web server
To create an admin user use bin/console app:add-admin email@example.com password
The database migration stuff is all messed up. I'll fix it later. Sorry