Synthesis Image Noise Detection on Distributed Data : A web app to collect data on noise detection by humans on images. https://diran.univ-littoral.fr/doc

rigwild 90a7f736ab Added readme and mit license il y a 5 ans
api b3533442b3 Changed config port. Added getImage (not working) il y a 5 ans
public 6c62d244ef init il y a 5 ans
src e8d1e55842 Added development environment il y a 5 ans
.editorconfig 6c62d244ef init il y a 5 ans
.eslintrc.js e8d1e55842 Added development environment il y a 5 ans
.gitignore dd49f8c64e * Added config file il y a 5 ans
LICENSE 90a7f736ab Added readme and mit license il y a 5 ans
README.md 90a7f736ab Added readme and mit license il y a 5 ans
babel.config.js 6c62d244ef init il y a 5 ans
config.js b3533442b3 Changed config port. Added getImage (not working) il y a 5 ans
package.json 7c8e2fb280 Added error handler + example with listScenes il y a 5 ans
yarn.lock 7c8e2fb280 Added error handler + example with listScenes il y a 5 ans

README.md

Antoine_Internship

Travaux développés par Antoine dans le cadre de son stage de DUT2.

Run as a Docker instance

Run the server + client version

# TODO
# docker-compose -f docker-compose.yml up backapp

Run the client only version

# TODO
#docker-compose -f docker-compose.yml up backapp

Run on the file system

Project setup

Install project's dependencies.

yarn install

API

Run the server

yarn run api:start

Run the server with hot-reload for development

yarn run api:dev

Automatically fix the API code syntax with ESLint

yarn run api:lint

Client

Compile and minify for production

Files will be built to the dist/ directory.

yarn run app:build

Run a hot-reload server for client development

yarn run app:dev

Automatically fix the client code syntax with ESLint

yarn run app:lint

License

The MIT license