README.md (993B)
1 # Taler mailbos 2 3 See https://docs.taler.net/core/api-mailbox.html 4 5 # Installation (from git) 6 7 ``` 8 $ ./bootstrap 9 $ ./configure --prefix=/usr/local 10 $ make 11 $ make install 12 ``` 13 14 # Testing 15 16 Make sure that the database (Postgres) `taler-mailbox-test` exists and your user has permissions to access it: 17 18 ``` 19 $ make check 20 ``` 21 22 # Format code 23 24 ``` 25 $ make format 26 ``` 27 28 # Generate OpenAPI Spec 29 30 You can generate an openapi spec from code to `./swagger.json`: 31 32 ``` 33 $ go install github.com/swaggo/swag/v2/cmd/swag@latest 34 $ ./configure --prefix=PREFIX 35 $ make openapi 36 ``` 37 38 # Funding 39 40 This project is funded through [NGI TALER Fund](https://nlnet.nl/taler), a fund established by [NLnet](https://nlnet.nl) with financial support from the European Commission's [Next Generation Internet](https://ngi.eu) program. Learn more at the [NLnet project page](https://nlnet.nl/project/TALER-LookupService). 41 42 [<img src="https://nlnet.nl/logo/banner.png" alt="NLnet foundation logo" width="20%" />](https://nlnet.nl)