Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nitesh6gg/workflow
Based on Project Management tech used Java,SpringBoot,Mysql
https://github.com/nitesh6gg/workflow
java maven mysql restful-api session-management spring-boot spring-security
Last synced: 3 days ago
JSON representation
Based on Project Management tech used Java,SpringBoot,Mysql
- Host: GitHub
- URL: https://github.com/nitesh6gg/workflow
- Owner: Nitesh6gg
- Created: 2024-06-26T10:04:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T12:53:07.000Z (5 days ago)
- Last Synced: 2024-11-13T13:49:10.697Z (5 days ago)
- Topics: java, maven, mysql, restful-api, session-management, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 3.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Authors
- [@nitesh6gg](https://www.github.com/nitesh6gg)
# project Management
A comprehensive Project Management System built with Java, Spring Boot, and MySQL. This system is designed to help teams manage projects efficiently, track progress, and collaborate effectively.
## 📋 Prerequisites
Before you begin, ensure you have met the following requirements:
- Java 17
- SpringBoot
- Maven
- MySQL
- Git## 🚀 Installation
1.Clone the Repository
```bash
git clone https://github.com/Nitesh6gg/workFlow.git
```2.Set Up MySQL Database
```bash
CREATE DATABASE workFlow;```
3.Update src/main/resources/application.properties
```bash
spring.datasource.url=jdbc:mysql://localhost:3306/workFlow
spring.datasource.username=your-username
spring.datasource.password=your-password
spring.jpa.hibernate.ddl-auto=update
```3.Build and Run the Application
```bash
mvn clean install
mvn spring-boot:run
```4.Access the Application
```bash
Open your browser and go to http://localhost:8080.
```
## ContributingContributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.