Skip to content

frances-ai/frances-frontend

Repository files navigation

frances React frontend

Overview

This is the React frontend for the frances project. It has been deployed on this site: http://www.frances-ai.com

Main features:

  1. Account Registration and Login:
  2. Fulltext Search
  3. Semantic Search
  4. Term record page
  5. Collection Page page
  6. Collection Details
  7. Defoe Query

Get Started

Get source code repository

For the source code, run:

git clone https://github.com/frances-ai/frances-frontend

Install npm

see the instructions to install npm

Install dependencies

In the frances-frontend directory, run npm install

Run the frontend

Before running the frontend, make up the backend is running.

In the frances-frontend directory, you can run:

npm start

Your local frances frontend can be accessed here: http://127.0.0.1:3000

Cloud Deployment

Build the docker image: Run the following command in frances-frontend directory to build the image:

docker buildx build --platform <linux/arm/v7,linux/arm64/v8,>linux/amd64 --tag <docker username>/frances-front:latest --push .

For full cloud deployment see frances-api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages