Wise Pay is a digital payment web application built with TypeScript, Next.js, NextAuth.js, Turborepo, Prisma, Tailwind CSS, ShadcnUI, Zod, and JWT, utilizing PostgreSQL for data storage.
- Virtual balance management
- Secure authentication
-
Clone the repository:
git clone <repository_url> cd wise-pay
-
Install dependencies:
yarn install
-
Set up PostgreSQL database:
- Create a PostgreSQL database.
- Update the
.env
file with your database connection information.
-
Run database migrations:
npx prisma migrate dev
-
Start the development server:
yarn run dev
- TypeScript
- Next.js
- NextAuth.js
- Turborepo
- Prisma
- PostgreSQL
- Tailwind CSS
- ShadcnUI
- Zod
- JWT
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request to the main repository.
Work in progress. GitHub link provided for collaboration.
This project is licensed under the MIT License.
Feel free to customize this template according to your project's specific requirements and guidelines.