Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 github

Next 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`