This is a wallet api where users can perform basic banking operations like transferring funds,depositing funds and more. leveraging paystack gateway
- Node.js - Javascript runtime environment
- Express - Web framework for Node.js
- Prisma - A promised-based Node.js orm tool
- PostgreSQL - Object-relational databaseress
-
Fork the Project
-
Clone the repo
git clone https://github.com/omotega/grans.git
-
Install NPM packages
yarn install
-
Make a copy of the .env.example file to .env
-
Execute yarn dev and You will be able to access the API from localhost:7777
-
Create your Feature Branch
git checkout -b feature/AmazingFeature
-
Commit your Changes
git commit -m 'Add some AmazingFeature' -
Push to the Branch
git push origin feature/AmazingFeature
-
Open a Pull Request