first install the dependencies:
npm i
then create a .env file and add this lines below
NODE_ENV=development APP_NAME="Datamin" APP_ENV=local APP_KEY=base64:PGRap+Cn11couIxZAF03fMaGxSmOMWyi6HLLL+K7neI= APP_DEBUG=true APP_HOST=localhost APP_PORT=9000
and finally to run the project run this command
nx serve server
this projec tis not finished yet, it’s just for school project!