An open API service indexing awesome lists of open source software.

https://github.com/tylher/task-tracker

This is an application for organizing, storing and assigning tasks. Login and Sign up features were implemented
https://github.com/tylher/task-tracker

Last synced: 2 months ago
JSON representation

This is an application for organizing, storing and assigning tasks. Login and Sign up features were implemented

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)

- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)


- [👥 Authors](#authors)

- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)

# 📖 TASKS TRACKER

This is an application for organizing, storing and assigning tasks. Login and Sign up features were implemented

## 🛠 Built With

### Tech Stack

> Major technologies used in this project:

Server

Database

### Key Features

![](/assets/screencapture.png "demo shot of Contact book")

> These are key features of this project.

- **CRUD(create,read,update,destroy) actions on taskss**
- **assign task to a user**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- Spring boot
- java
- sql
- maven

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:tylher/task-tracker.git
```

### Install

Install this project with:

> Open the cloned project on Intellij IDE and hit the run button to spin up Tomcat server and database.

### Usage

To run the project, execute the following command:

> Test the API end points on API clients such as RapidAPI, Postman etc.

To run read documentation for each endpoints :

> Navigate to localhost:8080/swagger-ui/index.html

> input "/v3/api-docs" in the explore search box

API documentation for test tracker

(back to top)

-->

## 👥 Authors

👤 Taiwo Adediran **Taiwo Damola Adediran**

- GitHub: [@tylher](https://github.com/tylher)
- Twitter: [@tylher123](https://twitter.com/tylher123)
- LinkedIn: [Taiwo Adediran](https://www.linkedin.com/in/taiwo-adediran-327654127/)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project or have any comment about it feel free to chat me up.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)