# cafeferia_ordering_system **Repository Path**: FnArtist/cafeferia_ordering_system ## Basic Information - **Project Name**: cafeferia_ordering_system - **Description**: 使用go实现的简单的前后端不分离的食堂点餐系统 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-06 - **Last Updated**: 2024-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # projectgo #### 介绍 点餐系统,使用go语言开发,前后端不分离 #### 软件架构 - `controller`中是所有路由 - `services`中是一些服务的实现 - `static`中是所需要的模板 #### 安装教程 - 只需安装go即可 #### 使用说明 1. 使用`go run main.go`启动项目 2. 打开浏览器访问`localhost:8080` #### 项目展示 - 用户界面: ![用户界面0](static/img/page_show0.png) ![用户界面0](static/img/page_show1.png) ![用户界面0](static/img/page_show2.png) ![用户界面0](static/img/page_show3.png) ![用户界面0](static/img/page_show4.png) ![用户界面0](static/img/page_show5.png) ![用户界面0](static/img/page_show6.png) - 管理员界面: ![用户界面0](static/img/page_show7.png)