Skip to content

omotega/grans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

238 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grans

About Grans

This is a wallet api where users can perform basic banking operations like transferring funds,depositing funds and more. leveraging paystack gateway

Technologies Used

  • Node.js - Javascript runtime environment
  • Express - Web framework for Node.js
  • Prisma - A promised-based Node.js orm tool
  • PostgreSQL - Object-relational databaseress

Installation

  1. Fork the Project

  2. Clone the repo

    git clone https://github.com/omotega/grans.git
  3. Install NPM packages

    yarn install
  4. Make a copy of the .env.example file to .env

  5. Execute yarn dev and You will be able to access the API from localhost:7777

  6. Create your Feature Branch

    git checkout -b feature/AmazingFeature
  7. Commit your Changes

    git commit -m 'Add some AmazingFeature'
  8. Push to the Branch

    git push origin feature/AmazingFeature
  9. Open a Pull Request

About

This is a wallet api where users can perform basic banking operations like transferring funds,depositing funds and more. built with Nodejs and postgrSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors