GithubHelp home page GithubHelp logo

zaanposni / abc-user-feedback Goto Github PK

View Code? Open in Web Editor NEW

This project forked from line/abc-user-feedback

0.0 0.0 0.0 37.36 MB

License: Apache License 2.0

Shell 0.08% JavaScript 0.84% TypeScript 93.51% CSS 1.59% HTML 0.36% Handlebars 3.38% Dockerfile 0.24%

abc-user-feedback's Introduction

ABC User Feedback

ABC User Feedback is an open-source platform. It helps to collect and organize user feedback. It consists of a backend built with NestJS and a client built with NextJS.

Features

ABC User Feedback provides the following features:

  • Dynamic Feedback Field
  • Feedback Tagging
  • Addon Issue tracking
  • Role Based Access Control (RBAC)
  • Admin UI

Getting Started

You can get started with Docker image on your server.

Alternatively you can set up a local development environment.

1. Official Docker Image Installation

docker pull line/abc-user-feedback-web
docker pull line/abc-user-feedback-api

2. Development Environment (Local)

System Requirements

๐Ÿ’ก Before you begin, make sure you have the following installed:

Required

Optional

  • SMTP - for mail verification during making accounts
  • OpenSearch v7 - for performance on searching feedbacks

You can use docker-compose.infra.yml file for requirements.

Getting Started With Local Development

ABC User Feedback is using a monorepo (powered by TurboRepo) with multiple apps and packages.

Follow these simple instructions to set up a local development environment.

  1. Clone the repository and install dependencies:
git clone https://github.com/line/abc-user-feedback
cd abc-user-feedback
yarn install
  1. Spin up all required infrastructure (Mysql, Opensearch, etc.) using Docker Compose:
docker-compose -f docker-compose.infra.yml up -d
  1. Make an .env file in apps/api and apps/web by referring to .env.example (web environment variables, api environment variables)

  2. Apply database migrations:

cd apps/api
npm run migration:run
  1. To start developing, run the dev target of both of apps in root directory:
yarn dev

You can always find more information in each app/library's respective README.md file.

Setting Up ABC User Feedback Manually

You can use a manual step-by-step approach to set up ABC User Feedback in a local development environment. To do so, you should follow the following instructions for Setting Up ABC User Feedback Server, and Setting Up ABC User Feedback Client.

ABC User Feedback Server is built with the following awesome open-source technologies: Node.js, NestJS, Typeorm, and many more.

ABC User Feedback Client is the front end of the platform that provides you with an easy-to-drive UI for building your next low-code application. The client is based on React, React Hook Form, React Query, Tailwind css, MUI, and more.

Build Docker Image

For your code build, you can buile docker image using docker-compose

docker-compose build

Then, run docker-compose

docker-compose up -d

Contributing Guidelines

Please follow the contributing guidelines to contribute to the project.

License

Copyright 2023 LINE Corporation

LINE Corporation licenses this file to you under the Apache License,
version 2.0 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at:

  https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.

See LICENSE for more details.

abc-user-feedback's People

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.