A web application for student registration built using Java, Tomcat, and MySQL. The frontend is developed from scratch using HTML, CSS, and JavaScript.
- Description
- Technologies Used
- Installation
- Usage
- Contributing
- License
- Java
- Apache Tomcat
- MySQL
- HTML
- CSS
- JavaScript
To install and run this project locally, follow these steps:
- Clone the repository: git clone https://github.com/Tailwind-Stocker/Student-Registration.git cd Student-Registration
- Set up the MySQL database:
- Create a new database.
- Run the provided SQL scripts in the sql directory to set up the necessary tables.
- Configure the application:
- Update the database connection settings in the src/main/resources/application.properties file.
- Build and deploy the application using Apache Tomcat: ./mvnw clean install cp target/Student-Registration.war /webapps/
- Start Apache Tomcat and access the application at http://localhost:8080/Student-Registration.
Provide a brief overview of how to use the application. Include screenshots if possible.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (git checkout -b feature/YourFeature).
- Commit your changes (git commit -m 'Add some feature').
- Push to the branch (git push origin feature/YourFeature).
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.