Skip to content

Aphatheology/Basic_Payment_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Payment App

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

Built With

  • Node
  • Express
  • MongoDB
  • Mongoose
  • Paystack

Quick Start

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

Releases

No releases published

Packages

No packages published