Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 484 Bytes

README.md

File metadata and controls

37 lines (32 loc) · 484 Bytes

Financial accounting

Application for personal finance accounting.

The list of the main features of the program:

  • Creation expenses
  • Reports by expenses
  • dark/light theme
  • Russian/English localization

Stack

Frontend:

  • NextJS
  • Redux Saga
  • Axios
  • D3
  • Material UI
  • yup/formik
  • Typescript

Backend

  • NestJS
  • Typescript
  • PostgreSQL
  • TypeORM

Instalation

Frontend

 cd client
 npm install

Backend

 cd server
 npm install