Skip to content

nevyangelova/askmybook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rewrite in Rails assignment

Rewrite 'Ask my book' in Rails and React.

Prepare

Install the dependencies for the Rails API.

pushd api && bundle install && popd

Install the dependencies for the Next.js app.

pushd frontend && npm install && popd

Turn your PDF info embeddings for GPT3

ruby api/scripts/pdf_to_pages_embeddings.rb book.pdf

Start the apps with foreman

gem install foreman

foreman start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 70.2%
  • TypeScript 24.4%
  • SCSS 4.0%
  • JavaScript 1.3%
  • Procfile 0.1%