Skip to content

Chareesa/ModularJS-MyHasManyApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modular JS

CommonJS Modules, Clean Code, and Create a Has-Many app

Build Status

This project demonstrates how to use modules and includes a has-many relationship.
It is a small express app that has two related resources.. actors and movies.
Actors can be in many movies and a movie can have many actors.
This app prints out that relationship.

Clean, modular code was used as well as the separation of concerns principle.
Each resource is in a separate file.

About

Demonstrates the use of modules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published