Skip to content

canozsoy/libraryapplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Application

Library application is originally a MDN tutorial to learn Node.js. However, it is now something different from the original tutorial. Code is fully refactored. Old javascript converted to ES6+. Controllers are divided into services, validation schemas and database access layers. Library application has all features to work on CRUD operations. It is using Express as back-end and server-side rendering done via pug template engine. It uses MongoDB for the database. Application link can be found in this link.

Server Start

$ npm start

Development Start

$ npm run devstart