Skip to content

FLChat is a messaging app built using Flask for the app, SQLAlchemy for the ORM, and GraphQL for the API.

License

Notifications You must be signed in to change notification settings

deanarchy/FLChat

Repository files navigation

MIT License LinkedIn


FLChat

FLChat is a messaging app built using Flask for the app, SQLAlchemy for the ORM, and GraphQL for the API

Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Demo
  5. ToDo's
  6. Contributing
  7. License
  8. References

About The Project

FLChat is a messaging app built using Flask for the app, SQLAlchemy for the ORM, and GraphQL for the API. Aside from hobby, this project aimed as author's practice building a robust, maintainable, and reliable backend infrastructure. Author also acknowledge that this project is far from perfect so feedback is much appreciated. Feel free to use, extend, or alter this project to your liking. This is the list of features of the current release:

  1. To be added..

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • Docker & Docker-compose
    sudo apt install docker.io
    sudo apt install docker-compose 
    or get docker for other platform

Installation

  1. Clone the repo
    git clone https://github.com/github_username/repo_name.git
  2. Run the app
    docker-compose up -d --build

Usage

To be added...

ToDo's

Here's the list of things that might be great to do next for this project.

  1. In depth documentation
  2. Fix several security issues
  3. Implement more features (block, history, attachments, etc)
  4. More testing
  5. More GraphQL optimization (pagination, rate limiting, introspection, etc)

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

References

About

FLChat is a messaging app built using Flask for the app, SQLAlchemy for the ORM, and GraphQL for the API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages