An Epseed Technical Test
ln -s ./env/.env.template .envcd backend
yarn installcd frontend
yarn installdocker compose up -dor
docker-compose up -dStart the development server on http://localhost:3000:
cd backend
yarn devcd frontend
yarn devBuild the application for production:
cd backend
yarn buildcd frontend
yarn build-
Backend: http://localhost:3000
-
Swagger: http://localhost:3000/api/inventory/
-
Frontend: http://localhost:8080
-
Adminer: http://localhost:8081