Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions Intern/HELP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Getting Started

### Reference Documentation

For further reference, please consider the following sections:

* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/3.1.2/maven-plugin/reference/html/)
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/3.1.2/maven-plugin/reference/html/#build-image)
* [Spring Web](https://docs.spring.io/spring-boot/docs/3.1.2/reference/htmlsingle/#web)
* [Validation](https://docs.spring.io/spring-boot/docs/3.1.2/reference/htmlsingle/#io.validation)
* [Thymeleaf](https://docs.spring.io/spring-boot/docs/3.1.2/reference/htmlsingle/#web.servlet.spring-mvc.template-engines)
* [Spring Boot DevTools](https://docs.spring.io/spring-boot/docs/3.1.2/reference/htmlsingle/#using.devtools)
* [Spring Data JPA](https://docs.spring.io/spring-boot/docs/3.1.2/reference/htmlsingle/#data.sql.jpa-and-spring-data)

### Guides

The following guides illustrate how to use some features concretely:

* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
* [Building REST services with Spring](https://spring.io/guides/tutorials/rest/)
* [Validation](https://spring.io/guides/gs/validating-form-input/)
* [Handling Form Submission](https://spring.io/guides/gs/handling-form-submission/)
* [Accessing data with MySQL](https://spring.io/guides/gs/accessing-data-mysql/)
* [Accessing Data with JPA](https://spring.io/guides/gs/accessing-data-jpa/)

31 changes: 31 additions & 0 deletions Intern/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Assignment-Repo
Project Name: Intern

Description: [
this Project
Implement user registration and login functionality.
Users should be able to create an account, log in, and log out.
Passwords should be securely stored using encryption.
]

Repository Link: https://github.com/Git-Bibek/Assignment-Repo

Local Development URL: http://localhost:8083

Getting Started:
- Clone the repository using Git:
git clone https://github.com/Git-Bibek/Assignment-Repo.git

- Change directory to the project folder:
cd Assignment-Repo

- Build the project:
# If using Maven
mvn clean install

# If using Gradle
gradlew build

Running the Application:
To run the application locally, use the provided URL: http://localhost:8083
- Create a SQLdatabase name AssignmentRepo in your database
308 changes: 308 additions & 0 deletions Intern/mvnw

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading