Simple news application I'm thinking of using go and vue.js as technology
How to run
- Install frontend application npm packages -> cd frontend & npm i
- Build frontend application files -> npm run build
- Run server application -> go run main.go
Use with Docker
- docker-compose -f stack.yml up -d