Skip to content

anzarmalik/CRUD-nodeJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple CRUD Node.js

This is a very basic example of CRUD in Node.js and express framework . I have applied REST API recommendations and MVC architecture . I have used mySql and Sequelize ORM . I have written basic test cases using Js testing framework Mocha and chai library . I have also used eslint module for finding and fixing problems in my code .

Built With :

nodeJs , expressJs , mySql , Sequelize ORM , mocha , chai, Postman

Getting Started :

Prerequisites

npm

Clone the repo git clone https://github.com/anzarmalik/CRUD-nodeJs.git

Install NPM packages

npm install

type nodemon in terminal

open your Browser

And type: localhost:8000

*for newbies : if you want to change PORT just change it in .env file .

Contact Anzar Malik - anzarmalikcse.com

Project Link: https://github.com/anzarmalik/CRUD-nodeJs.git

About

This is a simple node.js CRUD application ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published