Coder Social home page Coder Social logo

msc-sample's Introduction

msc-sample

This is a project for a presentation to ParaíbaJS dev community.

How to Run

  • Prerequisites: Have node.js v16 or above and yarn package manager installed in your environment.

Run command on your terminal:

$ yarn install && yarn build && yarn start

In another terminal, you can seed the database using

$ ./seed-db.sh

Model-Service-Controller (MSC) Architecture

This REST API archictecture is based on three layers:

  • Controller Layer: Handles HTTP requests and deal with validation and presentation errors, being responsible for returning responses to the client with their respective status codes. It also call services to handle core business logic.

  • Service Layer: Handles core business logic. I.e: perform a payment, sign up, log in, retrieve resource list, etc. It is called by controllers and can call Model Layer to persist, retrieve, update and delete data.

  • Model Layer: Abstracts data sources. Can abstract Databases, External Applications (other REST APIs), AIs and other sources of data.

Architecture Illustration:

MSC Architecture

msc-sample's People

Contributors

ayresmonteiro avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.