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

https://github.com/vinodnextcoder/doodleblue-code-test

Simple signup and login flow using Nest.js, TypeORM and JWT. CSV file upload data to mongodb
https://github.com/vinodnextcoder/doodleblue-code-test

api-typescript nestjs-api-login nestjs-api-registration nestjs-authentication nestjs-backend nestjs-jwt nestjs-login nestjs-mongoose typescript typescript-jwt

Last synced: 27 days ago
JSON representation

Simple signup and login flow using Nest.js, TypeORM and JWT. CSV file upload data to mongodb

Awesome Lists containing this project

README

          

## Description
Simple signup and login flow using Nest.js, TypeORM and JWT.
CSV file upload data to mongodb

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

```

## Test

```bash
# unit tests
$ npm run test

### user journey
You can find sample input and postman_collection in folder postman_collection

1.signup
2. user login
3. add product in add product -- product list add throught sample.csv file
4. user can plce order
5. can read order, and product and customer