Skip to content

lh123cha/web_program_final_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

前端启动方法

进入myapp文件夹下

首先安装依赖

npm install

之后

npm run dev

启动前端程序

前端运行在localhost:8080,登录界面在localhost:8080/login

后端程序启动方法

进入server文件,该文件内为后端应用

执行

node app

后端程序运行在localhost:4000端口,跨域路由为/api/*

期中db.js文件为数据库和elasticsearch配置连接文件,

如果在助教的本地运行的话记得将数据库、elasticsearch的名称、用户名和密码改为自己本地的再运行

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published