https://github.com/rwubakwanayo/ror-task-manager
Task Manager is an application that allows users to create categories, create tasks, add tasks to categories, view all tasks and categories, edit tasks and categories, and delete tasks and categories. With this application, users can easily keep track of their tasks and prioritize them to ensure all tasks are managed efficiently.
https://github.com/rwubakwanayo/ror-task-manager
postgresql rspec ruby-gem ruby-on-rails
Last synced: 2 months ago
JSON representation
Task Manager is an application that allows users to create categories, create tasks, add tasks to categories, view all tasks and categories, edit tasks and categories, and delete tasks and categories. With this application, users can easily keep track of their tasks and prioritize them to ensure all tasks are managed efficiently.
- Host: GitHub
- URL: https://github.com/rwubakwanayo/ror-task-manager
- Owner: RWUBAKWANAYO
- Created: 2023-02-13T17:46:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T16:16:50.000Z (over 3 years ago)
- Last Synced: 2025-01-08T22:38:43.475Z (over 1 year ago)
- Topics: postgresql, rspec, ruby-gem, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 157 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task-manager
>Task Manager is a comprehensive application designed to help users organize and manage their tasks. It allows users to create categories, add tasks to those categories, view all tasks and categories, edit tasks and categories, and delete tasks and categories. With this application, users can easily prioritize tasks, set deadlines for tasks, and keep track of progress. Task Manager also offers additional features such as task reminders, detailed task notes, and an intuitive user interface. With Task Manager, users can stay organized, focused, and productive.

## Built with
- Ruby on Rails
- PostgresQL
## Getting Started
### Prerequisites
You need Ruby v3+, Rails v7+ and Postgresql installed on your machine.
### Setup
- To get local copy:
- Clone this repo locally using git in the command line with the following command
```ruby
> git@github.com:RWUBAKWANAYO/ROR-Task-manager.git
```
- Alternatively, you can just download the complete zip file and extract the folder in your directory
- Run bundle install, to install all gems for the project.
- To run the migration copy and paste this command in your terminal:
```ruby
db:migrate
```
- To seed predefined data in database, run this command in your terminal:
### Usage
Run this command to start the project locally:
```ruby
> rails server -p 3000
```
## Authors
:bust_in_silhouette: **RWUBAKWANAYO**
- GitHub: [@githubrwubakwanayo](https://github.com/RWUBAKWANAYO)
- LinkedIn: [Rwubakwanayo](https://www.linkedin.com/in/rwubakwanayo-olivier)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt) licensed.