Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enriqueseor/club-nautico-app
spring boot and JSP web-app
https://github.com/enriqueseor/club-nautico-app
java spring spring-mvc
Last synced: 1 day ago
JSON representation
spring boot and JSP web-app
- Host: GitHub
- URL: https://github.com/enriqueseor/club-nautico-app
- Owner: enriqueseor
- License: mit
- Created: 2023-09-04T20:12:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-22T18:48:24.000Z (4 months ago)
- Last Synced: 2024-12-18T14:27:31.677Z (about 2 months ago)
- Topics: java, spring, spring-mvc
- Language: HTML
- Homepage:
- Size: 969 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nautical Club Web Application
This is a comprehensive web application for managing various aspects of a
nautical club, including boats, members, skippers, boat trips, and more.
The project utilizes the [Spring](https://spring.io/) Framework for
[Java](https://www.java.com/en/) web development.![RCNT_HOME](resources/RCNT_HOME.png)
## Table of Contents
1. [Features](#features)
2. [Getting Started](#getting-started)
3. [License](#license)## Features
- **Boat Management**: Create, edit, list, show, and delete boats. Record boat details such as registration information and specifications.
![RCNT_BOATS](resources/RCNT_BOATS.png)
- **Member Management**: Maintain a database of club members, including their personal details and membership status.
![RCNT_MEMBERS](resources/RCNT_MEMBERS.png)
- **Skipper Registration**: Allow members to register as skippers and specify their qualifications and availability for boat trips.
![RCNT_SKIPPERS](resources/RCNT_SKIPPERS.png)
- **Boat Trip Scheduling**: Schedule and manage boat trips, assigning skippers and members to available boats.
![RCNT_TRIPS](resources/RCNT_TRIPS.png)
## Getting Started
To run this project locally, follow these steps:
1. Clone the repository
2. Open the project on a Java IDE
3. Build and run the project
4. Javac compiler is not working for me (intelliJ), use eclipse one.
5. Access the application in your web browser: http://localhost:8080/## License
This project is licensed under the [MIT License](LICENSE).