santialba / Guudist

Manage your tasks in the best way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Guudist

Manage your tasks in the best way.

Prerequisites

The setups steps expect following tools installed on the system.

Ruby 2.7.2
Rails 6.0.3.4
Yarn 1.22.10

1. Check out the repository

git clone git@github.com:santialba/Guudist.git

2. Initialize Rails app

yarn install --check-files
rake db:migrate
bundle install

3. Run the test suite

rspec spec

4. Start the Rails server

You can start the rails server using the command given below.

rails s

And now you can visit the site with the URL http://localhost:3000

About

Manage your tasks in the best way


Languages

Language:Ruby 81.3%Language:HTML 14.6%Language:JavaScript 3.3%Language:SCSS 0.8%