Skip to content

"The mother of all demo apps" โ€” Exemplary fullstack Medium.com clone powered by Next.js and Ruby on Rails ๐Ÿ…

License

Notifications You must be signed in to change notification settings

lukaszdz/realworld

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

realworld

Web Api Storybook

This repo implements opinionated best practices for Apollo Client, React, Next.js and Storybook.

1 caveat is it does not try to implement a best practice on UI Components as the styles are reused from the realworld.io project.

Setup

Api

cd api
bundle
bin/rails db:migrate
bin/rails db:seed
bin/rails s

Web

cd web
yarn
yarn dev

Testing

Api

cd api
bin/rails spec

Web

cd web
yarn test

Tooling

Api

Generate ERD

bin/rails erd

Web

Storybook

yarn storybook

About

"The mother of all demo apps" โ€” Exemplary fullstack Medium.com clone powered by Next.js and Ruby on Rails ๐Ÿ…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.2%
  • Ruby 44.6%
  • Other 0.2%