Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 1.21 KB

README.md

File metadata and controls

10 lines (10 loc) · 1.21 KB

This is the RESTful version of the backstage management system for employees which can manage customer information,order status,products,departments,categories and send promotion emails to eligible customers.
It is affiliated to the Cyan Website which is the e-commerce shopping system for customer to shop from.
This version provides Restful apis and uses json format to connect with frontend frameworks like Angular4. There is a Angular4 version of Cyan frontend project matching this backend which you can find in my repositories.

CyanJson is using SpringMVC,Spring,Hibernate,Maven frameworks, MySQL as database.

本项目是Cyan后台管理系统的Restful服务版本。Cyan后台管理系统是Cyan电子商务网上商城系统的附属系统,使员工可以管理用户资料,订单状态,商品,部门,分类,并群发推广邮件给符合条件的客户。两个系统分享同一个数据库并进行交互。
这个版本对外提供Restful接口可以用json数据连接前端框架。与之配套的有一个前端Angular4开发的CyanAngular项目可以无缝交互。 CyanJson后台管理系统使用了SpringMVC,Spring,Hibernate,Maven框架进行开发,数据库使用MySQL。