Skip to content

BANK APP This repository contains all the source code to run the micro front for the bank application

Notifications You must be signed in to change notification settings

Flower-dev/Bank_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BANK APP

This repository contains all the source code to run the micro front for the bank application BANK APP.

1. Prerequisites

  • NodeJS (v14.15.1)
  • Yarn or npm

2. Launch the project

2.1 Front End

  • This project was bootstrapped with Create React App.
  • API fetched with Axios.
  • Scripts
  • React Redux

Start the front-end

npm start
  • Install dependencies
npm install

Your server should now be running at http://locahost:3000

2.2 Back End

** Start the back-end **

  • Create a MongoDB image
$ docker run --name bankapp-mongo -p 27017:27017 -d mongo:latest
  • Install dependencies
npm install
  • Start local dev server
npm run dev:server
  • Populate database with two users
npm run populate-db

To learn more about how the API works, once you have started your local environment, you can visit: http://localhost:3001/api-docs

3. Infos

Tony Stark

  • First Name: Tony
  • Last Name: Stark
  • Email: tony@stark.com
  • Password: password123

Steve Rogers

  • First Name: Steve,
  • Last Name: Rogers,
  • Email: steve@rogers.com,
  • Password: password456

About

BANK APP This repository contains all the source code to run the micro front for the bank application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published