Git Product home page Git Product logo

week-8-mfaisalkemal's Introduction

Intermediate Assignment Week 8 - Simple Rest API About Financial Tracking

https://bronze-giraffe-cap.cyclic.app/fintrack/

Technologies Used

  • Node.js: A JavaScript runtime that allows executing code on the server side.
  • Express.js: A popular web application framework for Node.js that simplifies building APIs and web applications.
  • TypeScript: A superset of JavaScript that adds static typing for enhanced code quality and maintainability.

JSON Format Example

{ "type": "cash-in", "name": "gaji", "detail": "bulan mei", "amount": "6000000" }

{ "type": "cash-out", "name": "token listrik", "detail": "bulan mei", "amount": "500000" }

Rest API Endpoints

  1. Get

    • Get all transactions /fintrack

      Return all transactions w8_1

    • Get transaction by id /fintrack/:id

      Return a transaction by id w8_2

  2. Post /fintrack/

    Create new transaction w8_3

  3. Put by id /fintrack/:id

    Update transaction by id

    before: w8_4-before after: w8_4-after

  4. Patch by id /fintrack/:id

    Update partially transaction by id

    before: w8_5-before after: w8_5-after

  5. Delete by id /fintrack/:id

    Delete transaction by id

    before: w8_6-before after delete id 2: w8_6-after

Review Assignment Due Date

week-8-mfaisalkemal's People

Contributors

mfaisalkemal avatar github-classroom[bot] avatar

Watchers

Alvian Zachry Faturrahman avatar

Forkers

mfaisalkemal

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.