Skip to content

choisangh/portfolio-service-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Board CRUD API using Golang Gin

  • This is a web service project built with Golang Gin framework that allows users to register and view their portfolios.
  • Implement the backend to match the API endpoints called by the open source frontend

Prerequisites

  • Golang 1.2 or higher
  • Gin framework
  • MySQL

Getting Started

  1. Clone this repository to your local machine.
  2. Install the necessary dependencies by running the following command:
go mod download
  1. Set up the environment variables by creating a .env file in the root directory of the project and adding the following variables:
MYSQL_URI = <MySQL uri>
JWT_SECRET = <your jwt secret key>
  1. Run the project by running the following command:
go run main.go

Open your web browser and navigate to http://localhost:5001 to access the web service.

About

Board CRUD API using the gin framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published