Skip to content

liammoyn/article-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rails-8-template

For your AppDev Projects!

All files are covered by the MIT license, see LICENSE.txt.

  • Ability to sign in / out
  • Create new topics
  • Add note documents to a topic
  • Generate AI article on a topic

Steps to run locally on mac

# Install ruby and version manager
brew install rbenv ruby-build
rbenv global 3.4.1

# Install postgres
brew install posgresql@15

# Install gems for project
gem install bundler

# Start background db server on mac
brew services start postgresql@15

# Create default user "postgres"
createuser -s postgres

# Setup database URL read from ./config/database.yml
export DATABASE_URL="postgresql://localhost/personal-site_development"

# Create db and apply migrations
rails db:create
rails db:migrate

# Run app
rails s
# Stop db server on mac
brew services stop postgresql@15

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors