项目作者: EricDosReis

项目描述 :
Project from course 'NodeJS Fundamentos'
高级语言: JavaScript
项目地址: git://github.com/EricDosReis/nodejs-simple-crud-app.git
创建时间: 2018-12-07T13:22:16Z
项目社区:https://github.com/EricDosReis/nodejs-simple-crud-app

开源协议:

下载


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!