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 Backend
This is the backend repository of the Internet Banking Project. It is built using Node.js, Express.js, and PostgreSQL.
Prerequisites
Installation
.env
file in the root directory and set up the environment variablesUsage
The backend exposes a set of REST APIs for the frontend application to interact with. The documentation for the APIs can be found in the API Documentation page.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
MIT