RESTful API server and SPA.
- 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
- build
$ docker-compose build
- run app
Simply run:
$ docker-compose run
By default you can access server via http://localhost:3000
Your contributions are always welcome! Feel free to raise Issues, or send Pull Requests.
MIT License.