Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 662 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 662 Bytes

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.