Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 320 Bytes

File metadata and controls

19 lines (13 loc) · 320 Bytes

Simple Market Server with Nest JS.

  1. Install node modules: npm install

  2. Generate prisma client: npx prisma generate

  3. Run tests: npm run test

  4. Build project: npm run build

  5. Start project: npm run start:prod

  6. Open browser localhost:3001. If there is 'Hello, World!', then server was started successfully.