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.
- Ruby v2.7.0
- Ruby on Rails v5.2.4
Task Manager Video Demo Task Manager Video Demo Updates
To get a local copy up and running follow these simple steps:
Ruby: 2.6.3 Rails: 5.2.3 Postgres: >=9.5
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:
Start server with:
rails server
Open http://localhost:3000/
in your browser.
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
👤 Elbert Corniel
- GitHub: @elberthcorniell
- Twitter: @elberthcorniell
- LinkedIn: Elbert Corniell
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!