Skip to content

Backend for Task manager application. Internship project of epam summer camp 2024

Notifications You must be signed in to change notification settings

MukhammadumarDeveloper/TaskManagerApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager App

Description

This is our internship project for Epam Summer Camp 2024. For the backend we used Spring Boot with a PostgreSQL database.

Table of Contents

Installation

Prerequisites

  • Node.js
  • npm (Node Package Manager)
  • Java Development Kit (JDK)
  • PostgreSQL

Backend Setup

  1. Clone the repository:
    git clone https://github.com/MukhammadumarDeveloper/TaskManagerApp
  2. Navigate to the backend directory:
    cd backend
  3. Configure your database connection in application.properties:
    spring.datasource.url=jdbc:postgresql://localhost:5433/task_manager
    spring.datasource.username=postgres
    spring.datasource.password=000000
    spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER
    
    spring.jpa.hibernate.ddl-auto=update
    spring.jpa.show-sql=true
    spring.jpa.properties.hibernate.format_sql=true
    
    server.port=8083
  4. Run the backend application:
    ./mvnw spring-boot:run

Frontend Setup

  1. Navigate to the frontend directory:
    cd frontend
  2. Install dependencies:
    npm install

Usage

Development

To start the development server with hot reloading:

npm run serve

About

Backend for Task manager application. Internship project of epam summer camp 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •