Giter Site home page Giter Site logo

task-managment-back-end's Introduction

Task Management Back-End

This is a back-end application for a task management system. It provides RESTful APIs for managing tasks, including operations like creating, updating, retrieving, and deleting tasks. It also provides user authentication features.

Tech Stack

  • Language: Java
  • Framework: Spring Boot
  • Build Tool: Maven
  • Security: Spring Security with JWT for authentication
  • Database: Uses JPA for database operations . To keep things simple, an in-memory H2 database is used.

How to Start

  1. Clone the repository: Clone this repository to your local machine using git clone <repository-url>.

  2. Build the project: Navigate to the project directory and run mvn clean install to build the project.

  3. Run the application: You can run the application using the command mvn spring-boot:run.

Please ensure you have Maven and Java installed on your machine before running these commands.

Server Details

The application is configured to run on a local server with the following details:

  • Host: localhost
  • Port: 8091

You can change these details in the application.properties file.

API Endpoints

The application exposes the following main endpoints:

  • /api/auth/signup: Register a new user.
  • /api/auth/login: Login for existing users.
  • /api/task: Create a new task.
  • /api/task: Update an existing task.
  • /api/task/{name}: Retrieve a task by its name.
  • /api/task/all: Retrieve all tasks.
  • /api/task/{name}: Delete a task by its name.

task-managment-back-end's People

Contributors

nirmal-kumar-sahoo-sap avatar

Watchers

Nirmal Kumar Sahoo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.