Skip to content

econumo/econumo-backend

Repository files navigation

A getting started guide to self-hosting Econumo CE


Description

This is the main backend repository for Econumo, containing the backend for Econumo CE. The backend is built using PHP, Symfony, and SQLite.

Contribution

Run the Application

  1. (Optional) Install task runner v3 for using shortcuts from Taskfile.yml
  2. Clone the repository.
  3. Create a .env.local to override the default .env
  4. Run task up

Run tests

Run task test to execute all tests, or use arguments for Codeception: task test -- unit.

Api documentation: Swagger

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].

Documentation

For more information on installation, upgrades, configuration, and integrations please see our documentation.

Contact