Git Product home page Git Product logo

lqxx4156's Introduction

Lint Checkings (clang-format & cppcheck) Unit Testing Integration Testing System Testing Coverage Badge

Task Management Service

Project for COMS W4156

Members:

Name UNI
Xincheng Xie xx2365
Shichen Xu sx2314
Jiting Liu jl6247
Chu Qin cq2238

Group Name: lqxx

Language & Platform: C++ & Ubuntu 20.04 LTS / 22.04 LTS

Github: https://github.com/xxcisxxc/lqxx4156

Description

Our service is used for task management. Users can create their own task lists, add tasks into lists, and view and manage the tasks. Multiple users can have their own task lists. Different users can share their own task lists so that multiple users can cooperate on one task lists.

Install our Service

# Step 1: Install Environment
./build.sh install

# Step 2 (optional): Run all the tests
./build.sh test

# Step 3: Compile
./build.sh build

# Step 4: Run service in the background
./build.sh run

Our Service URL

https://lqxx4156.tk/ (Inaccessible after 12/19/2022)

Visit our Sample Client

https://xxcisxxc.github.io/client/ (Inaccessible after 12/19/2022)

Service RESTful API

Swagger

https://app.swaggerhub.com/apis-docs/lqxx4156/Task-Management/v1

Various Checkings

See badges at the top. Note that lint checking includes format checking and static analysis.

Format checking and Static Analysis

We use clang-format for format checking and cppcheck for static analysis. For the result, please see the lint-checking badge.

Coverage

We use gcov for coverage. Please see the report in Coverage in github actions.

Third-Party

Please refer to .gitmodules to get their file positions and source.

Some Interesting Notes

Database

We use graph database neo4j as backend. However, trying to connect to database is really annoying. The widely used neo4j C driver totally does not work for the new version neo4j. Here we use this library, which tries to merge into that driver (not yet) and supports part of neo4j connection protocol.

Support SSL

At first, we just use IP address to connect our service. We start to think how to support SSL because when deploying our service, secure link is unable to send query to insecure server.

First, you need to register a domain and add your server IP address to the list.

Then, you need to get a certificate, we use this link

Finally, SSL usually supports by your library and you will need the private keys you just generated. Here is an simple example.

lqxx4156's People

Contributors

xxcisxxc avatar chenlighten avatar jitingliu avatar chuqinsteve avatar

Stargazers

Jarrian Gojar avatar  avatar

Watchers

Nihar Maheshwari avatar  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.