Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.