Skip to content

This is an example of a Simple Rest practice made with Node and Express.

Notifications You must be signed in to change notification settings

eichgi/Node-MVC-REST-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Express MVC-REST BASIC APPLICATION

This practice is based in my other project 'Simple-PHP-Crud'.

##Interfaces The views are exactly the same, but they are rendered from pug, which is a template engine for handling and setting data directly from the server.

##API The MVC pattern was implemented, therefore it has one router, one controller and 3 models. The requests are completely restful.

##Database No ORM was used, the connection to MySQL engine are managed with the MySQL Package.

About

This is an example of a Simple Rest practice made with Node and Express.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published