Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.25 KB

File metadata and controls

38 lines (29 loc) · 1.25 KB

All I Want For ...

About | Quick Start | Tech Stack

About

Personal project to build a website where users can create & share gift wish lists.

This project was conceived to enable me to practice using Ruby on Rails, following a Makers group project using the same stack.

Quick Start

  1. Clone this repo
  2. cd into the new folder
  3. run bundle install
  4. create the development and test databases in postgresql
  5. run rails db:migrate to run migrations on database
  6. run npm install
  7. install yarn npm install yarn -g

Tech Stack

Use Technology
Framework Ruby on Rails
Language Ruby
Linting Rubocop
Testing Rspec & Capybara
Coverage SimpleCov
Database PostgreSQL
CI Github Actions
Styling Bootstrap

Planning

I used the github wiki to plan the project and track my progress: