Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 639 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 639 Bytes

Test

CRUD using dynamic forms with NodeJs, Express 4 and MongoDB.

Clone repository

git clone https://github.com/WesleyAmaro/crud-nodejs.git

Pre requirements

Node: 8.7.0
NPM: 5.4.2
Gulp CLI: 3.9.1
Gulp local: 3.9.1
Mongodb

Installing dependencies of the project

npm install

Installing MongoDb

Creating Database

Database name: myproject;

If you do not know how to use it, check the instructions below:
https://www.youtube.com/watch?v=Lj6vw4WnuyA

Running Gulp

gulp

Running server

npm run dev