PersonalProfile is a web application built with Golang and the Gin web framework. It allows users to create and manage their personal profiles online.
Ensure you have the following installed on your system:
- Go (version 1.22.1 or later)
- Git
To run the PersonalProfile application, follow these steps:
-
Clone the repository (if you haven't already):
git clone https://github.com/yourusername/PersonalProfile.git cd PersonalProfile
-
Ensure all dependencies are up to date:
go mod tidy
-
Run the application:
go run main.go
-
You should see output indicating that the server has started, typically:
[GIN-debug] Listening and serving HTTP on :8080
-
Open your web browser and navigate to
http://localhost:8080
to view the application.