/transform-automations-assignment

Transform Automations - Fullstack developer assignment

Primary LanguageJavaScript

transform-automations-assignment

Transform Automations - Fullstack developer assignment

Usage (backend)

  • From the root directory, go to /backend and use pip install -r requirements.txt to install the backend dependencies.
  • You can run the backend script via python credit_calculator.py.

Usage (frontend)

  • From the root directory, go to /frontend/ui-stuff and use npm install to install the frontend dependencies.
  • You can run the frontend development server via npm start and then visit http://localhost:3000/.