The data collection interface for QA-Browser.
Clone the repository with
git clone https://github.com/TrentoCrowdAI/qa-browser-annotator/
The project uses a PostgreSQL database, with:
- database name:
qabrowser - username:
qauser - password:
qauserPwd - port:
5432You can change these params, in the environment configuration file (.env).
Create the required tables, you chan use the database-init.sql file.
In a command line type
npm start
Open the annotator interface: http://localhost:3000/ui