Welcome to the Food Shop project! This project is a simple web application built using Golang that allows users to browse and purchase food items.
- Browse a variety of food items
- User authentication and authorization
- Giving stars for each order
- 5 minutes access token 30 days refresh token
To install and run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/sirunchained/food-shop.git- Navigate to the project directory:
cd food-shop- Install dependencies:
go mod tidy- Run the application:
go run main.go