Posts

Showing posts with the label Story Book

Story Book Documentation

Story Book documentation repository created! I have created a repository for documentation for my Story Book project. This includes a project roadmap! Take a look at where the project is going and don't forget to comment! The documentation can be found here. https://github.com/wesdean/storybook-docs I am making slow progress at building out the API. Unfortunately, I don't have a lot of time to dedicate to Story Book. I am really hoping to be able to work out my schedule soon to be able to put more time into development on the project. For user authentication I am using JWT tokens. So far user authorization is just an empty middleware. I plan to implement a role system for user authorization, as can be seen in the Roadmap here . I already have a lot of work laid out for me in the Roadmap, so hopefully I won't get anymore bright ideas until I get a ways through the app. Please leave comments and let me know what you think of my ideas so far.

Story Book App

Interactive and collaborative stories. I have recently started working on an idea I have been mulling over for a few years. The project is an app that will allow users to write and experience interactive stories collaboratively. Stories will be able to support textual and graphic formats. Authors will be able to select points in the story where the reader can make a choice about how the story will unfold. Authors will also be able to open up these forks to collaborators who can add their own branches to the story. I am currently working on the API in what spare time I can manage. https://github.com/wesdean/story-book-api I have decided to use Go for the API. I considered a Node/Express API, but I so much like using Go. I am however fond of Knex for managing database migrations. There are also some good Javascript deployment tools available. I may end up using Go for the actual API and Javascript for code management. I settled in on Postgres for the database. I have used MySQL ...