Giter Club home page Giter Club logo

paycrest's Introduction

Paycrest

Paycrest is a mobile wallet for performing seamless e-transactions.

Introduction

A web app for the 2018 Abuja Devfest challenge in partnership with AfricasTalking mobile evolved into more. It makes reference to popular mobile money solutions and doesn't claim to be an original idea.

Prequistes

Should have latest version of node and npm installed. Certain aspects of server-side code depends on features in node v10.13 and above

Getting Started

// Clone repo
git clone 'insert-git-repo-url-here'
// Install server node_modules
npm install
// Running in dev mode requires a dev.js file to configure variables
// Make a dev.js file in server/config like this
module.exports = {
    MONGO_URI: 'your-db-uri',
    AT_API_KEY : 'your-africastalking-key',
    AT_USERNAME : 'your-africastalking-username',
    JWT_SECRET : 'your-secret',
    ...
}
// switch to client-side
cd client
// Install client node_modules
yarn add
// switch back to server-side
cd ..
// start up
npm run dev

Built With

  • NodeJs / express - Server framework
  • Mongodb / Mongoose - Database
  • React / CRA - client UI framework
  • React Context API - State management / UI interaction
  • React Router v4 - Client Routing
  • Bulma - Styling UI
  • JWT /jsonwebtoken - Authentication
  • Git / Heroku - Deployment
  • Africa's Talking API - Third-party api

paycrest's People

Contributors

anthonylimo90 avatar elitenoire avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.