Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mashafrancis/butternut-user
Butternut API user management micro-service
https://github.com/mashafrancis/butternut-user
graphql nestjs
Last synced: 3 months ago
JSON representation
Butternut API user management micro-service
- Host: GitHub
- URL: https://github.com/mashafrancis/butternut-user
- Owner: mashafrancis
- License: mit
- Created: 2019-11-26T14:09:34.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-18T09:32:39.000Z (4 months ago)
- Last Synced: 2024-10-11T15:12:12.103Z (3 months ago)
- Topics: graphql, nestjs
- Language: TypeScript
- Size: 2.2 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 54
-
Metadata Files:
- Readme: .github/README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Butternut Users
[![Build Status](https://github.com/mashafrancis/butternut-user/workflows/Build%20&%20Test/badge.svg)](https://github.com/mashafrancis/butternut-user/actions)
[![CircleCI](https://circleci.com/gh/mashafrancis/butternut-user.svg?style=svg)](https://circleci.com/gh/mashafrancis/butternut-user)
[![Test Coverage](https://api.codeclimate.com/v1/badges/f6bdcb4f36837ce24b06/test_coverage)](https://codeclimate.com/github/mashafrancis/butternut-user/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/f6bdcb4f36837ce24b06/maintainability)](https://codeclimate.com/github/mashafrancis/butternut-user/maintainability)Butternut API user management micro-userService
[![Butternut](../public/img/readme.svg)](https://butternut.com)
#### Simple but complicated butternut
### Description
This is the user management micro-userService for the butternut project used for user authentication and user profiling.### Application Links and Documentation
- Frontend (Butternut App Hosting):
[butternut react web app](https://butternut-staging.herokuapp.com/)- Postman collection
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/2222c2a8892e4e7c4b7e#?env%5Bbutternut%5D=W3sia2V5IjoiYmFzZS11cmwiLCJ2YWx1ZSI6IiIsImVuYWJsZWQiOnRydWV9LHsia2V5IjoidG9rZW4iLCJ2YWx1ZSI6IiIsImVuYWJsZWQiOnRydWV9XQ==)### Running the app
```bash
# development
$ yarn start# watch mode
$ yarn start:dev# production mode
$ yarn start:prod
```### Test
```bash
# unit tests
$ yarn test:unit# e2e tests
$ yarn test:e2e# test coverage
$ yarn test:cov
```### Stay in touch
- Author - [Francis Masha](https://mashafrancis.com)
- Website - [https://butternut.com](https://butternut.com/)
- Twitter - [@butternut](https://twitter.com/butternut)### License
Nest is [MIT licensed](LICENSE).