GithubHelp home page GithubHelp logo

cardless-atm-transaction's Introduction

Full-Stack ATM Program

Welcome to the Full-Stack ATM Program! This project aims to provide a full-stack solution for simulating ATM transactions.

Table of Contents

Introduction

This project implements a full-stack ATM system where users can perform various banking transactions such as withdrawal, deposit, balance inquiry, etc. The frontend is built using React.js with Tailwind CSS for styling, while the backend is developed using Node.js with Express.js framework and MongoDB for data storage.

Technologies

  • Frontend:

    • React.js
    • Tailwind CSS
  • Backend:

    • Node.js
    • Express.js
    • MongoDB

Features

  • User authentication and authorization
  • Withdrawal and deposit transactions
  • Balance inquiry
  • Transaction history
  • Admin dashboard for managing users and transactions

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Aaqilyousuf/cardless-atm-tansaction.git
    
  2. Install dependencies:

    cd client
    npm install
    
  3. Set up environment variables:

    Create a .env file in the root directory and add the following variables:

    PORT=3001
    MONGODB_URI=<your-mongodb-uri>
    SECRET_KEY=<your-secret-key-for-jwt>
    
  4. Run the backend server:

    npm run server
  5. Run the frontend development server:

    npm start
    
  6. Usage

Once the server is running and the frontend is started, you can access the application in your web browser at http://localhost:3000.

  1. License

This project is licensed under the MIT License.

cardless-atm-transaction's People

Contributors

aaqilyousuf avatar

Stargazers

 avatar

Watchers

 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.