/ZooProcess-front

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

Primary LanguageTypeScriptMIT LicenseMIT

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