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
- Host: GitHub
- URL: https://github.com/vinodnextcoder/doodleblue-code-test
- Owner: vinodnextcoder
- Created: 2022-07-13T11:07:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T18:06:17.000Z (almost 3 years ago)
- Last Synced: 2024-12-29T05:12:10.808Z (about 1 year ago)
- Topics: api-typescript, nestjs-api-login, nestjs-api-registration, nestjs-authentication, nestjs-backend, nestjs-jwt, nestjs-login, nestjs-mongoose, typescript, typescript-jwt
- Language: TypeScript
- Homepage:
- Size: 4.21 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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