https://github.com/cedrickchee/nestjs-task-management
NestJS task management app example
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.9%) to scientific vocabulary
Keywords
Repository
NestJS task management app example
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
A progressive Node.js framework for building efficient and scalable server-side applications.
<!--Description
Nest framework TypeScript starter repository.
Installation
bash
$ npm install
Running the app
```bash
development
$ npm run start
watch mode
$ npm run start:dev
production mode
$ npm run start:prod ```
Test
```bash
unit tests
$ npm run test
e2e tests
$ npm run test:e2e
test coverage
$ npm run test:cov ```
Deploy
Tip before deploying to production.
I highly recommend you to run the prestart:prod script.
Why?
It could be that you have some minor issues with import paths that still work in development mode. This is especially common when auto-importing files.
It is very easy to catch these issues with this NPM command, as it builds the application into JavaScript. If any errors show up, they should be very easy to fix.
If you don't do this, and the errors only appear after deploying the application to Cloud provider, it will be annoying and will take a long time to debug and understand what exactly went wrong.
How?
bash
$ npm run prestart:prod
Support
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.
Stay in touch
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
License
Nest is MIT licensed.
Owner
- Name: Cedric Chee
- Login: cedrickchee
- Kind: user
- Location: PID 1
- Company: InvictusByte
- Website: https://cedricchee.com
- Twitter: cedric_chee
- Repositories: 227
- Profile: https://github.com/cedrickchee
Lead Software Engineer | LLMs | full stack Go/JS dev, backend | product dev @ startups | 🧑🎓 CompSci | alumni: fast.ai, Antler.co
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- 879 dependencies
- @nestjs/cli ^7.6.0 development
- @nestjs/schematics ^7.3.0 development
- @nestjs/testing ^7.6.15 development
- @types/bcryptjs ^2.4.2 development
- @types/express ^4.17.11 development
- @types/jest ^26.0.22 development
- @types/node ^14.14.36 development
- @types/passport-jwt ^3.0.5 development
- @types/supertest ^2.0.10 development
- @typescript-eslint/eslint-plugin ^4.19.0 development
- @typescript-eslint/parser ^4.19.0 development
- eslint ^7.22.0 development
- eslint-config-prettier ^8.1.0 development
- eslint-plugin-prettier ^3.3.1 development
- jest ^26.6.3 development
- prettier ^2.2.1 development
- supertest ^6.1.3 development
- ts-jest ^26.5.4 development
- ts-loader ^8.0.18 development
- ts-node ^9.1.1 development
- tsconfig-paths ^3.9.0 development
- typescript ^4.2.3 development
- @nestjs/common ^7.6.15
- @nestjs/core ^7.6.15
- @nestjs/jwt ^7.2.0
- @nestjs/passport ^7.1.5
- @nestjs/platform-express ^7.6.15
- @nestjs/typeorm ^7.1.5
- bcryptjs ^2.4.3
- class-transformer ^0.4.0
- class-validator ^0.13.1
- config ^3.3.6
- passport ^0.4.1
- passport-jwt ^4.0.0
- pg ^8.6.0
- reflect-metadata ^0.1.13
- rimraf ^3.0.2
- rxjs ^6.6.6
- typeorm ^0.2.34