A getting started guide to self-hosting Econumo CE
This is the main backend repository for Econumo, containing the backend for Econumo CE. The backend is built using PHP, Symfony, and SQLite.
The "main" branch may not be stable. Use tags for stable versions.
Run the Application
- (Optional) Install task runner v3 for using shortcuts from Taskfile.yml
- Clone the repository.
- Create a
.env.local
to override the default.env
- Run
task up
Run task test
to execute all tests, or use arguments for Codeception: task test -- unit
.
To access the Swagger documentation, follow the URL /api/doc
. To generate a token, use the console command: bin/console lexik:jwt:generate-token [email protected]
.
For more information on installation, upgrades, configuration, and integrations please see our documentation.
- For a question or advice please use GitHub discussions