Skip to content

johnryanmal/stories-api

Repository files navigation

Stories

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!

Installation

  1. Clone the repository
git clone https://github.com/johnryanmal/stories-api
  1. Enter the repository (Backend)
cd stories-api/
  1. [Backend] Install dependencies
bundle install
  1. [Backend] Create the database
rake db:create db:migrate

Usage

  1. Start the servers

[Backend] Start rails

rails server

[Frontend] Start vite

npm run dev
  1. Go to http://localhost:5173 (or wherever Vite is hosting if you have a different config)

About

Backend for my capstone project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published