This is a Next.js project bootstrapped with create-next-app
.
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.
To explore the database tables and models using Prisma as the ORM, follow these steps:
-
Install Dependencies: Make sure you have all the required dependencies installed. You can do this by running:
npm install
-
Run Prisma Studio: Open your command line and execute the following command:
npx prisma studio
-
Access Prisma Studio Interface: After running the command, a new window will open in your default web browser, displaying the Prisma Studio interface.
-
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.
- [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]