This is an application for organizing, storing and assigning tasks. Login and Sign up features were implemented
Major technologies used in this project:
Server
Database
These are key features of this project.
- CRUD(create,read,update,destroy) actions on taskss
- assign task to a user
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Spring boot
- java
- sql
- maven
Clone this repository to your desired folder:
cd my-folder
git clone [email protected]:tylher/task-tracker.git
Install this project with:
Open the cloned project on Intellij IDE and hit the run button to spin up Tomcat server and database.
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
- GitHub: @tylher
- Twitter: @tylher123
- LinkedIn: Taiwo Adediran
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project or have any comment about it feel free to chat me up.
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.