Giter Club home page Giter Club logo

student_profile_management_practice's Introduction

About

这是一个基于模板引擎实现的学生信息管理系统
This is a student information management project(using tempalte engine)

Front end

Node.js

Back End

MongoDB

Configuration

1:创建项目文件夹,生成项目描述文件
2:创建网站服务器实现客户端课服务器端的通信
3:连接数据库并设计学员信息表
4:创建路由并实现页面模板的呈递
5:实现静态资源访问
1:
makedir students
cd student
npm init -y
touch app.js
2:
npm install http

Git command

git add .
git commit -m "项目结构优化"
git push origin master

start the server

nodemon app.js

Router module

1:获取路由对象

2:调用路由对象方法创建路由

2:启用路由,使路由生效

Tree

(base) ➜  student_profile_mmanagement git:(master) tree -I "node_modules"
.
├── README.md
└── student
    ├── app.js
    ├── model
    │   ├── connect.js
    │   └── user.js
    ├── package-lock.json
    ├── package.json
    ├── public
    │   └── css
    │       ├── list.css
    │       └── main.css
    └── views
        ├── index.art
        └── list.art

student_profile_management_practice's People

Contributors

liandaduandal avatar

Watchers

 avatar

student_profile_management_practice's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.