Skip to content

this is a fullstack project of nodejs with express that be used write a assist tool

Notifications You must be signed in to change notification settings

li1125435097/assist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

一、项目介绍

本项目为一个简单的express自动化部署项目,可作为原型开发编程工作中的辅助工具,程序入口为app.js,拉取本项目后,在目录下运行cnpm i 下载依赖文件,npm run start即可启动项目

二、项目结构

源码存在src中,static为开放对静态文件,可通过 http://localhost:8080/a.css 访问,router为控制层文件,views为显示层文件,common为通用模块目录,目前存放数据库驱动和数据库文件

三、项目开发

开发新模块过程为在routes下新建控制层文件,把这个文件在app.js导入注册。再在views中写一个页面,调用对应接口

四、小白项目使用指导

我在控制层封装了一个数据库增删改查,最简单的开发只需要写一个html文件就行,我在views放了样板index.html,里边有数据库增删改查调用。你只需要写把样板复制一份改个名字,就可以在 http://localhost:8080/name (name为你改的名字)进行访问 # assist

About

this is a fullstack project of nodejs with express that be used write a assist tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published