Giter Site home page Giter Site logo

employees-management-project's Introduction

Project Name

Employees Management Project

Overview

Employees Management Project is a REST API project based on Spring Boot that manages employee information. It provides CRUD operations for employee data, including create, read, update, and delete functionalities.

Tech Stack

  • Spring Boot: Used to build fast and configurable Java web applications.
  • Hibernate: Used for object-relational mapping and database operations.
  • Thymeleaf: Used for server-side rendering of HTML templates.
  • AWS EC2: Used for deploying the project on a virtual machine instance.
  • AWS RDS: Used for deploying and managing the MySQL database.

Deployment Information

The project is deployed on an AWS EC2 virtual machine instance and is connected to an AWS RDS MySQL database. You can access the project using the following URL:

Getting Started

To run the project locally, follow these steps:

  1. Clone the project to your local machine.
  2. Configure the database connection information (database URL, username, password).
  3. Build the project using Maven: mvn clean package.
  4. Run the project: java -jar target/employees-management-projectt.jar.
  5. Access http://localhost:8080/employees/list in your browser.

API Documentation

The project provides the following API endpoints:

  • GET /employees/list: Get all employee information.
  • POST /employees/showFormForAdd: Create a new employee.
  • POST /employees/save: Save a new employee.
  • PUT /employees/showFormForUpdate/{id}: Update specific employee information.
  • DELETE /employees/delete/{id}: Delete a specific employee.

Contributing and License

If you encounter any issues or wish to contribute to the project, please submit an issue or pull request. The project is licensed under the MIT License.

Links and Resources

Please note that the above README file is just an example, and you can modify and customize it according to your project and requirements.

employees-management-project's People

Contributors

zicheng-li avatar

Stargazers

 avatar

Watchers

 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.