Skip to content

ZooProcess for ZooScan by COMPLEx - LOV - IMEV (front part)

License

Notifications You must be signed in to change notification settings

ecotaxa/ZooProcess-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js & NextUI Template

This is a template for creating applications using Next.js 13 (app directory) and NextUI (v2).

Technologies Used

How to Use

Use the template with create-next-app

To create a new project based on this template using create-next-app, run the following command:

npx create-next-app -e https://github.com/nextui-org/next-app-template

Install dependencies

npm install

Run the development server

npm run dev

License

Licensed under the MIT license.

Issues

vercel/next.js#58295

x-forwarded-host header with value localhost:3001 does not match origin header with value imev:3001 from a forwarded Server Actions request. Aborting the action.

serverActions: { allowedOrigins: ["xxxx.com", "localhost:3001"], }

Connect to the interface

localhost:3001/auth/login http://zooprocess.imev-mer.fr:3001/auth/login

seb@seb.com seb1234

docker

docker build -t zooprocessv10-docker .

simply Dockerfile

FROM node:18

WORKDIR /app COPY package*.json ./ RUN npm install COPY . . EXPOSE 3000 CMD npm run dev

docker build -t zooprocess-front . docker run -p 3000:3001 zooprocess-front

http://niko.obs-vlfr.fr:3001

About

ZooProcess for ZooScan by COMPLEx - LOV - IMEV (front part)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published