A project built to fulfill basic task like:
- Authenticate Users: Register and Login
- User should be able to initiate payment
- Upon payment verification, User's balance reflect the changes
- Node
- Express
- MongoDB
- Mongoose
- Paystack
Clone the repo:
git clone https://github.com/Aphatheology/Basic_Payment_App.git
cd Basic_Payment_App
Install the dependencies:
npm install
Set the environment variables:
cp .envExample .env
# open .env and modify the environment variables
To run the project:
npm run dev
# will run the server with nodemon
npm run start
# will run the server with node
Thanks