No description
Find a file
Mohammad Kanaan ed626b5066 WIP 2
2026-06-10 19:16:28 +03:00
.github initial commit 2026-05-17 14:12:43 +03:00
.idea WIP 1 2026-06-10 18:51:32 +03:00
.kamal initial commit 2026-05-17 14:12:43 +03:00
.opencode/memory feat: add user auth and bcrypt gem with related schema updates 2026-05-31 00:27:35 +03:00
app WIP 2 2026-06-10 19:16:28 +03:00
bin initial commit 2026-05-17 14:12:43 +03:00
config WIP 1 2026-06-10 18:51:32 +03:00
db auth: add sessions table 2026-06-09 18:59:17 +03:00
lib/tasks annotate models 2026-05-25 19:15:06 +03:00
log initial commit 2026-05-17 14:12:43 +03:00
public initial commit 2026-05-17 14:12:43 +03:00
script initial commit 2026-05-17 14:12:43 +03:00
storage initial commit 2026-05-17 14:12:43 +03:00
test WIP 1 2026-06-10 18:51:32 +03:00
tmp initial commit 2026-05-17 14:12:43 +03:00
vendor initial commit 2026-05-17 14:12:43 +03:00
.annotaterb.yml annotate models 2026-05-25 19:15:06 +03:00
.dockerignore initial commit 2026-05-17 14:12:43 +03:00
.gitattributes initial commit 2026-05-17 14:12:43 +03:00
.gitignore initial commit 2026-05-17 14:12:43 +03:00
.rubocop.yml initial commit 2026-05-17 14:12:43 +03:00
.ruby-version initial commit 2026-05-17 14:12:43 +03:00
config.ru initial commit 2026-05-17 14:12:43 +03:00
docker-compose.yml add postgres with docker 2026-05-25 19:11:54 +03:00
Dockerfile initial commit 2026-05-17 14:12:43 +03:00
Gemfile WIP 1 2026-06-10 18:51:32 +03:00
Gemfile.lock WIP 1 2026-06-10 18:51:32 +03:00
Rakefile initial commit 2026-05-17 14:12:43 +03:00
README.md initial commit 2026-05-17 14:12:43 +03:00

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...