liangrumeng2015 / express_demo

使用express写后端接口,前端使用调用

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express_demo

使用express写后端接口,前端使用调用 拿到该文件的时候,记得安装依赖:(npm install)

#express_demo 是用来写后端接口的(express来写的) 环境搭建:

npm init
npm install
npm install express --save


#web_express_demo 是用来写前端的页面的,页面里面的数据调用后端接口返回的。

About

使用express写后端接口,前端使用调用


Languages

Language:JavaScript 53.0%Language:HTML 47.0%