https://github.com/marcusal/iterate
Simple app for project conversations
https://github.com/marcusal/iterate
Last synced: 4 months ago
JSON representation
Simple app for project conversations
- Host: GitHub
- URL: https://github.com/marcusal/iterate
- Owner: MarcusAl
- License: mit
- Created: 2025-02-02T12:56:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T05:17:32.000Z (about 1 year ago)
- Last Synced: 2025-08-29T10:21:19.651Z (10 months ago)
- Language: Ruby
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Tracker
A simple project tracking application built with Ruby on Rails and DaisyUI.
## Prerequisites
- Ruby 3.2.2
- PostgreSQL
## Setup
1. Clone the repository
2. Run `bundle install`
3. Run `yarn install`
4. Run `bin/rails db:setup`
5. Run `bin/rails db:seed`
6. Run `bin/dev`
## Environment Variables
Copy `.env.example` to `.env` and fill in the values.
## Tests
Install rspec
Run `rspec spec/` to run the test suite.