Git Product home page Git Product logo

flypen's Introduction

Flypen

LICENSE languange

Read this in other languages: English, 简体中文.

C++ Course Design

An Office Collab Backend

This is the Flypen C++ backend service for the Office Collab web application.

Frontend Project for Flypen is Here

Features

  • Real-time collaborative editing of documents
  • Chat and notifications
  • User management and access control
  • Document management and storage (markdown)

Architecture

  • Server application built with C++ drogon famework
  • MariaDB database for storage
  • REST APIs for client communication
  • Use MySQL Connector/C++ 8.1.0 connect database

Getting Started

Installation (Automatic)

sudo apt install git gcc g++ cmake libjsoncpp-dev uuid-dev zlib1g-dev openssl libssl-dev libpqxx-dev
git clone https://github.com/stepbystepcode/flypen.git --recursive
cd flypen
./run.sh

Installation (Manual)

Not Recommended

git clone https://github.com/stepbystepcode/flypen.git
cd flypen
git submodule update --init
cd drogon
git submodule update --init
sudo apt install git gcc g++ cmake libjsoncpp-dev uuid-dev zlib1g-dev openssl libssl-dev
mkdir build
cd build
cmake ..
make -j 8
sudo make install
cd ../..
cd jwt-cpp
mkdir build
cd build
cmake ..
make -j 8
sudo make install
cd ../..
wget https://dev.mysql.com/get/Downloads/Connector-C++/mysql-connector-c++-8.1.0-linux-glibc2.28-x86-64bit.tar.gz
tar zxvf mysql-connector-c++-8.1.0-linux-glibc2.28-x86-64bit.tar.gz 
mv mysql-connector-c++-8.1.0-linux-glibc2.28-x86-64bit mysql-connector
rm mysql-connector-c++-8.1.0-linux-glibc2.28-x86-64bit.tar.gz
mkdir build
./run.sh

API Documentation

See API.md for details on APIs for authentication, user management, documents, etc.

License

This project is licensed under the MIT License. See LICENSE for details.

Contact

For any questions, please reach out at [email protected] or [email protected]

flypen's People

Contributors

stepbystepcode avatar lglglglgy avatar 0waq avatar zzc20001 avatar

Stargazers

 avatar OpticHong avatar  avatar  avatar LOStHiFi avatar Lvjinhong avatar Zonghao Zhang avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

flypen's Issues

Register Wrong!!!

When registering, even if the two passwords are not the same, there will be a red box to indicate that the password is different, but you can still force the registration, and the login will be based on the first password

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.