GithubHelp home page GithubHelp logo

finapi's Introduction

FinAPI - Finances

finAPI

manage your finances

โ” About


Backend application developed during the Ignite Bootcamp by Rocketseat using NodeJS, Express.

๐ŸŽˆ Requirements and Business Rule


  • It is possible to create an account.

  • It is possible to search a costumer's bank statement.

  • It is possible to make a deposit.

  • It is possible to make a withdraw.

  • It is possible to search a costumer's bank statement by date.

  • It is possible to update a costumer's account data.

  • It is possible to get a costumer account data.

  • It is possible to delete an account.

  • It is possible to get a costumer's balance.

  • It is not possible to create an account with an id already in use.

  • It is not possible to deposit to a nonexistant account.

  • It is not possible to search the bank statement of a nonexisting account.

  • It is not possible to withdraw from a nonexistant account.

  • It is not possible to delete a nonexistant account.

  • It is not possible to withdraw with insufficient funds.

๐Ÿ–ฅ How to use it


Run locally

# Clone this repository
$ git clone <https://github.com/jbiers/finAPI>

# Access the project folder
$ cd finAPI

# Install the dependencies
$ npm install

# Start application in development mode
$ npm run dev

# The server will start on port: 3131. Access <http://localhost:3131>

๐Ÿ›  Technologies


The following technologies were used in the development of this project:

๐Ÿ“š Learned


  • Creating routes for a server with Express.
  • How to implement Middlewares.
  • How to use Insomnia to test routes.
  • Generating unique keys with uuid.
  • HTTP methods: Get, Post, Delete, Put, Patch.

๐Ÿ‘ฉ Author



Julia Bier

Made with โค๏ธ by Julia Bier ๐Ÿ‘‹๐Ÿฝ Contact me!

Linkedin Badge Gmail Badge

finapi's People

Contributors

jbiers avatar

Watchers

 avatar  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.