Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashload/kanbana-api
Example of how to use the Horse framework
https://github.com/hashload/kanbana-api
Last synced: 4 days ago
JSON representation
Example of how to use the Horse framework
- Host: GitHub
- URL: https://github.com/hashload/kanbana-api
- Owner: HashLoad
- License: mit
- Created: 2019-02-20T19:58:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T13:57:21.000Z (over 2 years ago)
- Last Synced: 2024-04-13T21:53:31.128Z (7 months ago)
- Language: Pascal
- Homepage:
- Size: 16 MB
- Stars: 37
- Watchers: 8
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kanbana-api
###### Dependencies:
* [**Horse**](https://github.com/hashload/horse)
* [**Basic Auth**](https://github.com/hashload/horse-basic-auth)
* [**JWT**](https://github.com/hashload/horse-jwt)
* [**Jhonson**](https://github.com/hashload/jhonson)
* [**Ragna**](https://github.com/hashload/ragna)###### To run project:
* Open an terminal
* Type `boss install` to install all dependencies
* Set the environment variables:
* `ENCRYPT_SECRET`
* `LOGIN_SECRET`
* `LOGIN_EXPIRE`
* `DB_HOST`
* `DB_PORT`
* `DB_DATABASE`
* `DB_PASSWORD`
* `DB_USER`
* Be happy 😄###### Postman:
Import the [file](https://github.com/HashLoad/kanbana-api/blob/master/kanbana-api.postman_collection.json) into [Postman](https://www.postman.com/) to test the API.