Frontend / Backend
Stories is an app that lets users create interactive stories, represented as a directed graph. Made using react-digraph.
View it in action here!
- Clone the repository
git clone https://github.com/johnryanmal/stories-api- Enter the repository (Backend)
cd stories-api/- [Backend] Install dependencies
bundle install- [Backend] Create the database
rake db:create db:migrate- Start the servers
[Backend] Start rails
rails server[Frontend] Start vite
npm run dev- Go to http://localhost:5173 (or wherever Vite is hosting if you have a different config)