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