Skip to content

Danny10ison/icard

Repository files navigation

icard

A virtual payment solution developed during inCode 2023 Hackathon.

Theme : Ideal Ride Hailing

What the ideal ride-hailing service should look like.

Analyze your experience of city rides, traveling between cities, or delivering goods.

Think about what you are missing, come up with the perfect service, and implement your idea at our hackathon.

My Solution

icard a virtual in-app payment method was developed to make payment of service fast, easy and accessible.

Figma Prototype

Prototype Link

Image of Figma Prototype

API Docs

Once your api is running on local machine, follow the links below to interact with the api.

Redoc Documentation

Image of Redoc on local

Swagger UI

Start

  • Create a virtual environment -NIX OS

    python3 -m venv env

    Windows

    python.exe -m venv env
  • Activate the virtual environment -NIX OS

    env/bin/activate

    Windows

    .\env\Scripts\activate.bat
  • Install all required packages -NIX OS

    pip install -r requirements.txt

    Windows

    .\env\Scripts\pip.exe install -r .\requirements.txt

Run the app

-NIX

uvicorn main:app

Windows

.\env\Scripts\python.exe -m uvicorn main:app

About

A virtual payment solution developed during inCode 2023 Hackathon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages