Giter Club home page Giter Club logo

counter-api's Introduction

counter-api

Korean / 한국어

A repository that implements a sustainable way for frontend development in the absence of API or unreliable response.

Concept

concept

  • miragejs is a library that helps you focus on frontend development regardless of API. API and DB can be defined directly in the front end, and API can be defined with less code.
  • mapper: Module that converts API response from actual screen / component to the required format
  1. Use miragejs to run a mock api (not a real server) running on the client-side.
  2. Model each API and DB (json) based on the screen.
  3. Say goodbye to the backend and focus on front development.
  4. Once API development and specification creation (from the backend) are complete, API integration begins.
    • Match the actual API response to the existing mock API response. → Use mapper.
    • When the API response is modified, only the mapper is modified.
    • If the API does not work, develop by running the existing mock api.

counter-api's People

Contributors

dependabot[bot] avatar doong-jo 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.