repositorypackage
0.0.0-20240621083309-a4deb0f030a1
Repository: https://github.com/minhsang97/order_app.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
# Order App
Order App is an application that allows users to place orders online.
## Quick Start
- Install [Go](https://golang.org/dl/)
- Install [Docker](https://docs.docker.com/get-docker/)
- SET environment variables in .env file
- SET environment Go
## Clone project
```bash
git clone https://github.com/MinhSang97/order_app.git
Move to oneship folder
cd order_app
Install dependencies
go mod tidy
DB Migration
make migrate-up
Run project
go run ./cmd/main.go
LICENSE
This project is distributed under the MIT License. See the LICENSE
file for more information.