Skip to content

atsumi000105/go_next

Repository files navigation

Golang FullStack social media app project

The frontend of the application is developed using Next.js, which is a React-based framework used to create high-performance web applications. The backend is built using Golang and the Gin Gonic framework, which provides a fast and efficient way to build RESTful APIs.

Backend (Golang)

Gin -> Golang Web Framework

Validator -> Golang Struct Validator

JWT -> JWT Generate Token And Verify

MySql -> MySql Database Driver

Gorm -> Golang ORM

GoDotEnv -> Golang Get Env Variable


Frontend (NextJs)

Redux Toolkit -> State Management

Axios -> Promise based HTTP client for the browser and node.js

React Hot Toast -> React Hot Toast

React Icons -> React Icons

SASS -> CSS Preprocessor


MySql DBNAME

go-fullstack-social-media

Setup (Frontend)

1. cd frontend
2. npm install
3. npm run dev

Setup (Backend)

1. cd backend
3. go run .\cmd\main\main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published