Skip to content

Anna-Myzukina/GroupApp

Repository files navigation

Project: [Group APP

Live version of project : GroupApp

screen

Description

The project you are going to build for the Ruby on Rails capstone is based on an app for grouping payments by goal with your family/friends.

Skills

  • Ruby on Rails
  • Bootstrap 4
  • PostgreSQL

Features

  • A user can login and logout
  • A user can ...
  • Bootstrap source in vendor/assets
  • Font awesome CSS source

Environment

  • Ruby on Rails version 5.1.7
  • bcrypt version 3.1.12 (bcrypt() allows you to easily harden your application against these kinds of attacks.)
  • (bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications version 3.3.7
  • Puma: A Ruby Web Server Built For Concurrency version '3.9.1'

Getting started

  • To get started with the app, clone the repo and then install the needed gems:
$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Finally, run the test suite to verify that everything is working correctly:

$ rails test

If the test suite passes, you'll be ready to run the app in a local server:

$ rails server
$ rspec

$ rails generate rspec:install

Show your support

  • Give a ⭐️ if you like this project!

📝 License

Authors

👤 Author1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published