Skip to content

Plataforma de etiquetado sistemática de conversaciones para la investigación

Notifications You must be signed in to change notification settings

isa-group/tagachat

Repository files navigation

tag-a-chat

Getting Started

First, install the dependencies:

npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Test Suite

You can also run tests with:

npm run test

If you'd like to run e2e tests, then:

npm run cypress

Frontend + API in one codebase

This project is a fullstack application, the backend is located in the the pages/api directory, which is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources: