Skip to content

Zuruuh/argent-bank

 
 

Repository files navigation

Argent Bank

Prerequisites

Web app

  • Node v18
    • (Prefer installation with a tool like fnm for dev environment)
  • pnpm v8
    • A faster alternative to npm, install with npm i -g pnpm

For detailled setup instructions, check the web app's readme

Api

Disclaimer:
I did not code the api part; it was provided by openclassrooms (so you should probably only check the web folder)

The api provides a docker compose file to simply run it without having to install all services and dependencies.
This is the recommended way of running the api, but you can also install everything manually:

  • Node v12
    • (Prefer installation with a tool like fnm for dev environment)
  • docker (optionnal)

If you are not using docker, you will to install mongodb locally

For detailled setup instructions, check the server's readme

About

Front end react app with classic react/redux/react-router stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.3%
  • JavaScript 16.3%
  • CSS 9.1%
  • Other 1.3%