Skip to content

Latest commit

 

History

History
214 lines (140 loc) · 5.38 KB

README.md

File metadata and controls

214 lines (140 loc) · 5.38 KB

📗 Table of Contents

📖 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

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:

  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

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(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 licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)