This simple go project is talk about simple web application with golang on backend with mysql database and Vue js on frontend, all of that is deployed on docker container with docker compose
- Register
- Login/Logout
- Upload Image
- Edit Image Name
- Delete Image
- List Image
- Backend: GO
- Frontend: Vue.js
- DockerFile of above instance
- Docker Compose
git clone https://github.com/Ez4T/sample-go-project.git .
docker-compose up -d --build
After running an application checkout the http://localhost:3080, that is a web application of this project. So if wanna try a sample api just import a 'go-project collection.postman_collection.json' in a postman.
Thank you for your attention.