MathWebSearch / frontend

React-based Frontend for MathWebSearch
GNU General Public License v3.0
4 stars 0 forks source link

MathWebSearch frontend

Build Status DockerHub Status

A frontend for the MWS search engine using NextJS and TypeScript

Configuring

The configuring is done with various environment variables:


The environment variables for arXiv search (ar5Search) can be set using:

source ./set_ar5search_env.sh

Usage:

-

      $ yarn install
      $ yarn dev
  starts an development server on http://localhost:3000

-

      $ yarn install
      $ yarn build
      $ yarn start
  starts a provisional production build  to serve the static files and proxy the backend calls

Accessing Logs:

The server maintains the search queries as a csv file. These queries can be accessed at <server_url>/api/getqueries.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.