An open API service indexing awesome lists of open source software.

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

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.