Simple Market Server with Nest JS.
-
Install node modules: npm install
-
Generate prisma client: npx prisma generate
-
Run tests: npm run test
-
Build project: npm run build
-
Start project: npm run start:prod
-
Open browser localhost:3001. If there is 'Hello, World!', then server was started successfully.