项目作者: EricDosReis
项目描述 :
Project from course 'NodeJS Fundamentos'
高级语言: JavaScript
项目地址: git://github.com/EricDosReis/nodejs-simple-crud-app.git
Running instructions
Prerequisites: NodeJS and nodemon installed.
- open terminal
- clone this repository
git clone https://github.com/EricDosReis/nodejs-simple-crud-app.git
- go to project folder
cd nodejs-simple-crud-app
- install dependencies
npm i
- run
npm start
That’s all folks!