Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 1.33 KB

README.md

File metadata and controls

27 lines (26 loc) · 1.33 KB

Fablescope Backend

Getting started

  1. Make sure that Go is installed on your machine. You can download Go from the official website
  2. Clone the repository:
git clone https://github.com/rep-co/fablescope-backend.git
  1. Open cloned repository directory:
cd fablescope-backend/
  1. Build and run server:
make run -C storyteller-api

Additional:

You always can use this to just build the server:

make build -C storyteller-api

State of dev

Available endpoints:

  • GET "/" index
  • GET "/form/category" get all categories with tags
  • POST "/generate/story" get AI generated story