Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 559 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 559 Bytes

About App

This is simple news project to implement full stack with golang

Requirement Without Docker

  1. Golang version 1.23.1/latest
  2. Node version >= 20
  3. Air v1.51.0
  4. Make v4.4.1

Requirement With Docker

  1. Docker & Docker Compose
  2. Make v4.4.1

Run With CLI

  1. make run-cli

Note: Makesure to change the ENVIRONMENT variable inside .env file to determine whether the program will be run in DEVELOPEMENT or PRODUCTION

Run With Docker

  1. make run-docker

Technology

  1. Golang
  2. Fiber
  3. Templ
  4. Bootstrap
  5. Alpine.js