Skip to content

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.

License

Notifications You must be signed in to change notification settings

elberthcorniell/task-manager-ror

Repository files navigation

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

  • Ruby v2.7.0
  • Ruby on Rails v5.2.4

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:

  • Execute the following code on the terminal to get the Gems needed:
    bundle install
  • Make sure to have the testing database running:
    rails db:create db:migrate RAILS_ENV=test
  • Run the test with the following command:
    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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published