Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparkbox/story-maker
https://github.com/sparkbox/story-maker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sparkbox/story-maker
- Owner: sparkbox
- Created: 2019-11-14T23:17:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T21:12:05.000Z (almost 2 years ago)
- Last Synced: 2024-04-11T03:37:36.068Z (9 months ago)
- Language: JavaScript
- Size: 6.87 MB
- Stars: 0
- Watchers: 17
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Story Maker
A story builder application that allows kids to create creative stories with their own ideas.
![](./docs/story-maker-flow.png)
## Building it with…
* Svelt on the FE
* Contentful to manage the story templates
* Mongo to store the stories
* Express for the APIs## API
Start the API by:
1. `cd api`
2. `npm install`
3. `npm start`_Note:_ We don't have source watching yet. If you'd like, run `npx nodemon index.js`