duanCoin / express-mongodb-test-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express React Mongodb Demo

Install mongodb

See https://github.com/js-demos/mongoose-demo

Start the db for this project

mkdir /tmp/express-react-mongodb-demo-db
mongod --dbpath /tmp/express-react-mongodb-demo-db

Setup this project

npm install

Run:

npm start

Then visit http://localhost:3000:

  • You can click on the 初始化数据 to init data in mongodb, and you will see a list of students.
  • You can click on the 删除 button to delete a student

Documents

About


Languages

Language:JavaScript 97.3%Language:HTML 2.7%