Giter Club home page Giter Club logo

argent-bank's Introduction

Argent-bank

Argent-bank is a new bank which allows users to consult all their activities on their bank account.

Technologies

  • CSS
  • JS
  • REACT
  • REDUX
  • MONGODB

AUTHOR

. CHRIS5477

SUMMARY

  • iNSTALL MONGODB
  • INSTALL AND USE API
  • INSTALL AND USE APPLICATION argent-bank
  • EXAMPLE API AND RESPONSE

Install MongoDB

To install MongoDB on your computer, I invite you to refer to the documentation on MongoDB. Below, you will find the links of the documentation according to your operating system

MongoDB on windows

MongoDB on Window

MongoDB on macOs

MongoDB on MacOs

MongoDB on Linux

MongoDB on Linux

Install and use API

Install

To install the API, you need to go to github on the following repository API.

Then Fork this repository and clone it on your computer.

Use API

Then , you need to go to the repository cd (PATH-YOUR-REPO-API) and run the following command npm install to install all the dependencies for good performance.

To populate your database, you can run this command, you can run this command npm run populate-db.

Finally use the command npm run dev:server to run the server.

INSTALL AND USE APPLICATION

Install application

To install application , you need to run this command yarn

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

EXAMPLE API AND RESPONSE

For requests API , we use axios. below , you find severals examples of requests

axios.post(""http://localhost:3001/api/v1/user/login"",

{

  "email" : "[email protected],

  "password" : "*************"

})

.then(response => console.log(response.data))`

Example response

{

"status": 200,

"message": "User successfully logged in",

"body": { "token": "TOKENEXAMPLE" }

}

argent-bank's People

Contributors

chris5477 avatar

Watchers

 avatar

Forkers

boo182

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.