Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinspham209/nestjs-tasks-management
Study NestJS
https://github.com/tinspham209/nestjs-tasks-management
nestjs
Last synced: about 8 hours ago
JSON representation
Study NestJS
- Host: GitHub
- URL: https://github.com/tinspham209/nestjs-tasks-management
- Owner: tinspham209
- Created: 2020-05-04T08:18:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:25:01.000Z (11 months ago)
- Last Synced: 2023-12-15T03:51:50.340Z (11 months ago)
- Topics: nestjs
- Language: TypeScript
- Homepage:
- Size: 1.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Project: Study NestJS
## Date: 6 - May - 2020
### Functions
- Get all tasks
- Create task
- Get task by ID
- Delete a task by ID
- Update task status
- Sign up
- Sign In### Screenshot
### Tech-Stack
- NestJS
- PostgreSQL
- TypeORM### Tutorial
https://www.udemy.com/course/nestjs-zero-to-hero/### Deploy
### Plan Of Action
### After this project
I have understand about
- how to send & store data
- how to use Postman
- Validation & Error Handling
- Authentication
- JSON Web Tokens(JWT)
- Hashing Passwords & Using Salts
- Authorization
- Write commit on githubNext Steps:
### Directory Structure
```
.
├── .gitignore
├── package.json
├── README.md
├── public
└── src
├── App.js
├── App.css
├── index.css
└── index.js
```
### Set up
- Clone code to your component
- `git clone`
- Run in cmd for install dependencies
- `npm install`
- Start the development server
- `npm start`