Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

s0kil/nutrire

Repository files navigation

Nutrire - Sustainable Nutrition

Rails capstone project at Microverse

Built With

  • Ruby v2.7.2
  • Ruby on Rails v6
  • Rspec
  • Rubocop
  • Capybara
  • Factory Bot
  • Haml
  • Postgres
  • Tailwind CSS
  • Clearance Auth
  • Deployment

Getting Started

To get a local copy up and running follow these simple example steps.

Setup

Install gems with:

bundle install

Setup database with:

rails db:create
rails db:migrate

Usage

Start server with:

rails server

Open http://localhost:3000/ in your browser.

Run tests

rpsec --format documentation

Lint

rails lint

Deployment

TBA

Authors

Daniel Sokil

Contributing

Contributions, issues, feature requests are welcome!

Feel free to check the issues page.