Giter VIP home page Giter VIP logo

wordsmith-clients's Introduction

Wordsmith Clients

Client desktop and mobile applications for Wordsmith written in Flutter for a university project. Mobile app supports Android and iOS, while the desktop client application supports Windows and Linux.

The mobile application allows users to browse ebooks posted by the app community, synchronize them with their library and read them with a built-in EPUB reader. Authors can post their ebooks on the app and optionally monetize them.

The desktop side is meant for admins and it allows them to perform tasks such as moderation, user management, report generation and so on.

Getting Started

Prerequisites

Before either clients can be used, the common API backend must be setup.

Currently no binaries are provided, so the project must be compiled and used from source. To start, Flutter must be installed and configured for your system as per the official docs.

Additonally, if on Linux, the following dependencies must be installed. An example for Ubuntu systems is:

apt install libsecret-1-dev libjsoncpp-dev libsecret-1-0 libjsoncpp25

Credentials

For test purposes, the API backend provides some test accounts for the client applications.

# Admin account
Username: orwell47
Password: default$123
PayPal email: [email protected]
PayPal password: default$123

# Normal user account
Username: john_doe1
Password: default$123
PayPal email: [email protected]
PayPal password: default$123

# Seller user acount (will have published books)
Username: jane_doe2
Password: default$123
PayPal email: [email protected]
PayPal password: default$123

Setup

Clone the repository

git clone https://github.com/AdivonSlav/wordsmith-clients

Install all required dependencies

flutter pub get -C wordsmith_utils
flutter pub get -C wordsmith_admin_panel
flutter pub get -C wordsmith_mobile

Check out the .example.env file for both the mobile and desktop client. Make the necessary changes and rename it to .env (otherwise the app will crash on startup)

To run a client, change into the respective directory (admin_panel or mobile) and run the following

flutter run # Debug mode
flutter run --release # Release mode

For the mobile client, you obviously must have a physical device connected or a VM up and running.

License

This project is licensed under Apache 2.0. For more information, read the LICENSE file. In short, do whatever you want as this is a university project.

wordsmith-clients's People

Contributors

adivonslav 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.