Skip to content

Log Time is a rails-bootstrap application that users can create log times and filter them.

Notifications You must be signed in to change notification settings

menafkasap/log-time

Repository files navigation

Welcome to Rails Log Time

Log Time is a rails-bootstrap application that users can create log times and filter them.

Prerequisites

The setups steps expect following tools installed on the system.

1. Check out the repository
git clone [email protected]:menafkasap/log-time.git
2. Create database.yml file

Copy the sample database.yml file and edit the database configuration as required.

cp config/database.yml.sample config/database.yml
3. Create and setup the database

Run the following commands to create and setup the database.

bundle exec rake db:create
4. Start the Rails server

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

bundle exec rails s

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

About

Log Time is a rails-bootstrap application that users can create log times and filter them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published