Skip to content

CRUD built to practice NodeJs using dynamic forms

Notifications You must be signed in to change notification settings

wesleyr6/crud-nodejs

Repository files navigation

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

About

CRUD built to practice NodeJs using dynamic forms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published