Skip to content

A sample application for Typescript(Nuxt.js), Golang(gin, gorm) and MySQL5.7 runs in docker.

License

Notifications You must be signed in to change notification settings

liushuai05/nuxt-golang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nuxt-golang-sample

RESTful API server and SPA.

About

  • Docker as the container service
  • MySQL 5.7 as the database
  • Golang 1.16.0 as the RESTFul API server
  • Node.js 15.11.0 as the run-time environment to run JavaScript

Running the app in local development

  • build
$ docker-compose build
  • run app

Simply run:

$ docker-compose run

By default you can access server via http://localhost:3000

Contributing

Your contributions are always welcome! Feel free to raise Issues, or send Pull Requests.

License

MIT License.

About

A sample application for Typescript(Nuxt.js), Golang(gin, gorm) and MySQL5.7 runs in docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 55.9%
  • Go 26.9%
  • JavaScript 13.2%
  • Dockerfile 4.0%