Skip to content

Project built with Golang, Next.js, and Docker, to be deployed on AWS

Notifications You must be signed in to change notification settings

neeagwl/golang-nextjs-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang + Next + Docker

This is a simple message board app. It solidifies my learning during the Build@Mercari training program. This is a collaboration project, please feel free to fork and make PRs for the issues!

(P.S. Not too sure if I'm doing this right!)

The UI/UX is based on the free Contra Wireframe Kit. Credits to Vijay Verma.

Prerequisites

  • For demonstration
    • Docker only
  • For development
    • Node.js
    • npm
    • Go

The tech stack

  • Typescript
  • React (Next.js)
  • React Query
  • TailwindCSS
  • Go (Gorilla)
  • Docker

Setup Frontend and Backend

  1. Clone the repo
https://github.com/sirbully/golang-nextjs-docker
  1. From the root directory, run the following command
docker-compose up -d
  1. Please open either the frontend or backend directories for the specific instructions in their README files.

About

Project built with Golang, Next.js, and Docker, to be deployed on AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 49.8%
  • Go 28.0%
  • SCSS 12.7%
  • JavaScript 7.8%
  • Dockerfile 1.7%