/manager-API

Primary LanguageTypeScript

Manager

Web application for managing own finances. Click to access.Functionalities:

  • Login and user registration;
  • Register transactions
  • Register bank account
  • Register Credit Card
  • View Data
  • Dashboard of your finances
  • Technologies

    HTML CSS Typescript NextJs Styled-components Node.js Express Postgres Prisma Jest Cypress

    How to run

    1. Clone this repository
    2. Install dependencies
    npm i
    1. Create .env according to .env.example
    2. Create the migrations
    npm run migrate
    1. Run the project
    npm run manager