Skip to content

Jaggernaute/PowaBonk


Logo

Powa Bonk

Powerful system for reserving an electric car charging station.
Documentation »

Demo · Report bug · Request a feature

Sommaire :
  1. About the project
  2. Getting started
  3. USage
  4. Roadmap
  5. Contributing
  6. Licence
  7. Contact
  8. Acknowledgments

About the project

PowaBonk is a powerful system for reserving an electric car charging station. This repository is only the user management part of the system. It's built with C++ and Qt, to be fast and cross-platform.

Logo

Technologies used

Getting started

In order to compile and run the application, you need to have the following:

Requirements

List of prerequisites needed to compile and run the application.
For more information, go take a look to the official site of the technology you'll find greater details on how to install and run it.

Linux

Arch Linux:

[paru / yay or your favorite AUR helper] -S qt6-base-git ninja

learn more

Debian/Ubuntu:

sudo apt-get build-dep qtbase5-dev libxcb
sudo apt-get install cmake ninja-build clang build-essential libb2-dev libzstd-dev \
  libsystemd-dev libhunspell-dev libclang-10-dev libmng-dev \
  libwebp-dev libdouble-conversion-dev libkrb5-dev libdirectfb-dev libts-dev \
  libproxy-dev libsctp-dev libbrotli-dev
  
cd ~/Downloads
wget -c https://download.qt.io/official_releases/qt/6.1/6.1.0/single/qt-everywhere-src-6.1.0.tar.xz
tar -xf qt-everywhere-src-6.1.0.tar.xz
  
cd qt-everywhere-src-6.1.0
./configure
cmake --build . --parallel

learn more
why so complicated

Installation

Please follow the instructions here to install the application.

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

Contributing

See the code of conduct here and read the gidelines here.

License

Distributed under the GNU License. See LICENSE.txt (available here) for more information.

Acknowledgments

See all the people that contributed to this project here

About

A powerful yet simple user management system

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors