r2hu1 / ZenPay

ZenPay is a virtual currency system developed with JavaScript, Next.js, MongoDB, Shadow-cljs, and Clerk authentication. This project enables secure and seamless virtual transactions, providing users with a modern and efficient platform for digital currency management.

Home Page:https://zenpay.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZenPay Virtual Currency

ZenPay is a virtual currency system designed to facilitate secure and seamless digital transactions. Built with JavaScript, Next.js, MongoDB, Shadow-cljs, and Clerk authentication, ZenPay offers a modern and efficient platform for managing virtual currencies. (hobby project)

Preview

demo
demo
demo
demo

Features

  • Next.js Frontend: Utilize the power of Next.js for a fast and responsive user interface.
  • MongoDB Database: Store transaction data and user information securely with MongoDB.
  • Shadow-cljs: Enhance frontend development with efficient ClojureScript compilation.
  • Clerk Authentication: Implement secure user authentication for a seamless login experience.
  • Virtual Currency: Enable users to perform transactions within the platform using the virtual currency system.

Getting Started

Follow these steps to set up and run ZenPay on your local machine:

  1. Clone the Repository:

    git clone https://github.com/r2hu1/zenpay.git
  2. Install Dependencies:

    cd zenpay
    npm install
  3. Configure Environment Variables: Create a .env file in the root directory and set the necessary environment variables. You can use the provided .env.example as a template.

  4. Run the Application:

    npm run dev

    Open your browser and navigate to http://localhost:3000 to view ZenPay in action.

Environment Variables

Don't forgot to add .env for instance check .env.example

Contributing

We welcome contributions! If you'd like to contribute to ZenPay, please follow our contribution guidelines.

License

This project is licensed under the MIT License.

About

ZenPay is a virtual currency system developed with JavaScript, Next.js, MongoDB, Shadow-cljs, and Clerk authentication. This project enables secure and seamless virtual transactions, providing users with a modern and efficient platform for digital currency management.

https://zenpay.vercel.app

License:MIT License


Languages

Language:JavaScript 97.0%Language:CSS 3.0%