You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<palign="center">A progressive <ahref="http://nodejs.org"target="_blank">Node.js</a> framework for building efficient and scalable server-side applications.</p>
<ahref="https://opencollective.com/nest#backer"target="_blank"><imgsrc="https://opencollective.com/nest/backers/badge.svg"alt="Backers on Open Collective" /></a>
17
-
<ahref="https://opencollective.com/nest#sponsor"target="_blank"><imgsrc="https://opencollective.com/nest/sponsors/badge.svg"alt="Sponsors on Open Collective" /></a>
# Run these in first time or when someone change the schema.
24
+
cd server
25
+
npm install
26
+
npx prisma db push
27
+
npx prisma generate
28
+
29
+
# run dev
30
+
npm run watch
46
31
```
47
32
48
33
## Test
@@ -56,18 +41,4 @@ $ npm run test:e2e
56
41
57
42
# test coverage
58
43
$ npm run test:cov
59
-
```
60
-
61
-
## Support
62
-
63
-
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
0 commit comments