A getting started guide to self-hosting Econumo CE
Warning
This repository is depricated. Please check the main repository: econumo/econumo.
This is the main backend repository for Econumo, containing the backend for Econumo CE. The backend is built using PHP, Symfony, and supports both SQLite and PostgreSQL databases.
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.localto 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 john@econumo.test.
For more information on installation, upgrades, configuration, and integrations please see our documentation.
- For a question or advice please use GitHub discussions