Anonymous imageboard example.
Requires: Rails 6, Ruby 2.7.7
- Clone the repo
cdinto the directory you just clonedbundle installrails db:setup(make sure that you have a local postgres server running on port5432. If running in production, set theDATABASE_URLenvironment variable)rails server
I recommend running the application through the Dockerfile, since 2.7.7 is EOL
docker build .
docker run -p 3000:3000 --network host -it {image id}