This command will update the database with any changes made to the Prisma schema. It first runs the yarn install
command, which will install any new packages added to the project. Then it runs npx prisma db push
, which will apply the changes from the Prisma schema file to the actual database. This will ensure that the database is up to date with the latest changes.
yarn install
npx prisma db push
Internet Banking Frontend
This is the frontend repository of the HCMUS Internet Banking application. Our application provides an easy-to-use platform for users to manage their banking transactions, view their account balances and access customer service.
Getting Started
To get started, simply clone this repository.
Once you have cloned the repository, you will need to install the necessary dependencies.
Once the dependencies have been installed, you can run the application in development mode.
To run the application in production mode, you will need to build the application first.
Configuration
Before you can run the application, you will need to configure the environment variables. You can find the environment variables in
/env/schema.mjs
and update them accordingly.Support
If you have any questions or need assistance, please contact us at [email protected]