/Feedbacker-Forum

Tool for asking for and giving feedback

Primary LanguageJavaScriptMIT LicenseMIT

Feedbacker-Forum

Setting up

The project is built using Node.js, currently actively tested with version 10.13.

# Install the client and build the development bundle
cd client

npm install
npm run build:dev

# Install the API server and run it
cd ../server

npm install
npm start

Alternatively setting up docker container for dev environment

cd docker/development

docker-compose up --build

Now you can for example open http://localhost:8080/test.html to see the API in action.

Getting started

For further documentation see docs/getting-started.md.