Zwallet is a digital wallet service for deposits and transfers. Using javascript, html, css, and the Next js framework
- Register
- Login
- Forgot Password
- Top up
- Transfer
- Change Account Informations
git clone https://github.com/Hazgn/zwallet-next.git
npm install
OR
npm i
Create file name .env.local on the folder project Create an .env.local file name in the project folder, then fill in the variables like this :
| NEXT_PUBLIC_HOST | https://zwalet.herokuapp.com if error migrate to https://fazzpay.herokuapp.com |
| NEXT_PUBLIC_IMAGE_USER | https://res.cloudinary.com/dd1uwz8eu/image/upload/v1653276449 |
| NEXT_PUBLIC_RESET_PASSWORD | http://localhost:3000/reset-password or your ipv4/virtual host, example : http://192.168.56.258:3000/reset-password |
Run the app in development mode after server/backend is running. with a command like the following :
npm run dev
Open http://localhost:3000 in your browser after project is running.