Skip to content

Commit

Permalink
chore: setup initial scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedolaibrahim committed Jun 9, 2021
1 parent 4809635 commit 168594f
Show file tree
Hide file tree
Showing 8 changed files with 1,312 additions and 570 deletions.
416 changes: 32 additions & 384 deletions .gitignore

Large diffs are not rendered by default.

19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Description
### IAM Org Creator

[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Description
Service allowing users to create an organisation on demand

## Installation

Expand Down Expand Up @@ -33,17 +34,3 @@ $ npm run test:e2e
# test coverage
$ npm run test:cov
```

## 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](https://docs.nestjs.com/support).

## Stay in touch

- Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)

## License

Nest is [MIT licensed](https://github.com/nestjs/nest/blob/master/LICENSE).
5 changes: 5 additions & 0 deletions example.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# NESTJS CONFIG
NESTJS_PORT=

# NATS.IO CONFIG
NATS_CLIENTS_URL=
Loading

0 comments on commit 168594f

Please sign in to comment.