https://github.com/sparkbox/story-maker
https://github.com/sparkbox/story-maker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sparkbox/story-maker
- Owner: sparkbox
- Created: 2019-11-14T23:17:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T21:12:05.000Z (over 2 years ago)
- Last Synced: 2025-01-13T01:47:20.875Z (6 months ago)
- Language: JavaScript
- Size: 6.87 MB
- Stars: 0
- Watchers: 16
- 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.

## 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`