elberthcorniell / task-manager-ror

A task manager for everything you can imagine with the ability of creating task groups for specific events or areas of your life and deadlines for each tag. Build using Ruby on Rails and Bootstrap.
https://quiet-falls-29973.herokuapp.com/
MIT License
3 stars 0 forks source link
productivity taks task-manager

Deadline - An opensource task manager

A task manager for everything you can imagine with the ability of creating task groups for specific events or areas of your life and deadlines for each task. Build using Ruby on Rails and Bootstrap.

Desdline tasks manager

Built With

Live Demo

Heroku Live Demo

Video Demo

Task Manager Video Demo Task Manager Video Demo Updates

Getting Started

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

Prerequisites

Ruby: 2.6.3 Rails: 5.2.3 Postgres: >=9.5

Setup

Clone the repository:

    git clone https://github.com/elberthcorniell/task-manager-ror.git

Open the repo folder:

    cd task-manager-ror

Instal gems with:

    bundle install

Setup database with:

   rails db:create
   rails db:migrate

Entity Relationship Diagram of the database setted in the last step:

Tasks manager ERD

Usage

Start server with:

    rails server

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

Run tests

For testing please escute the next steps:

    bundle install
    rails db:create db:migrate RAILS_ENV=test
    rpsec --format documentation

Authors

👤 Elbert Corniel

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

MIT