Skip to content

This application provides a convenient interface for users to manage their checking and savings accounts, including features such as account listing, currency amount input, initialization of account balances, fund transfers between accounts, and UI message handling for exceptions.

Notifications You must be signed in to change notification settings

felipprodrigues/scalis-fullstack-app

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, install the dependencies:

npm install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Next.js Project with Prisma ORM

To explore the database tables and models using Prisma as the ORM, follow these steps:

  1. Install Dependencies: Make sure you have all the required dependencies installed. You can do this by running:

    npm install
  2. Run Prisma Studio: Open your command line and execute the following command:

 npx prisma studio
  1. Access Prisma Studio Interface: After running the command, a new window will open in your default web browser, displaying the Prisma Studio interface.

  2. View and Edit: Navigate to http://localhost:5555 in your browser if it doesn't open automatically. Here, you can view and edit the database tables and models using the Prisma Studio interface.

Table of Features:

  • [Account Listing Screen]
  • [Input Field for Currency Amounts]
  • [Initialization of Accounts Transfers with Input Data]
  • [Transfer Funds Functionality]
  • [UI Messages for Exceptions]
  • [Next.js with App Router]
  • [Persistence Using SQLite]
  • [Testing]
  • [Version Control]

About

This application provides a convenient interface for users to manage their checking and savings accounts, including features such as account listing, currency amount input, initialization of account balances, fund transfers between accounts, and UI message handling for exceptions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published