module
0.0.0-20240629153042-4665085436ad
Repository: https://github.com/renlin-code/mock-shop-api.git
Documentation: pkg.go.dev
# README
Mock Shop API
Mock Shop API is an API service for a fake online shop. It allows you to create a catalog for products and categories. It also has authorization for customers where they can place orders and view their purchase history.
Building and running the App
This app uses Docker, which makes building easier. You just need to install Docker on your system.
In addition to this you need to set your environment variables in a .env file. As an example see the .env.example file
Having Docker on your system and environment variables setted, you only need to run:
docker-compose up
Documentation
After building and running the app you can find the documentation at the address "/swagger/index.html"