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)
- 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.
Follow these steps to set up and run ZenPay on your local machine:
-
Clone the Repository:
git clone https://github.com/r2hu1/zenpay.git
-
Install Dependencies:
cd zenpay npm install
-
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. -
Run the Application:
npm run dev
Open your browser and navigate to
http://localhost:3000
to view ZenPay in action.
Don't forgot to add .env for instance check .env.example
We welcome contributions! If you'd like to contribute to ZenPay, please follow our contribution guidelines.
This project is licensed under the MIT License.