Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claracharriau/ma-seance-user-service
A Nest project that can be connected to maSéance front-end project.
https://github.com/claracharriau/ma-seance-user-service
api apirest nest
Last synced: about 1 month ago
JSON representation
A Nest project that can be connected to maSéance front-end project.
- Host: GitHub
- URL: https://github.com/claracharriau/ma-seance-user-service
- Owner: ClaraCharriau
- Created: 2024-04-08T09:58:45.000Z (7 months ago)
- Default Branch: develop
- Last Pushed: 2024-09-26T12:20:20.000Z (about 2 months ago)
- Last Synced: 2024-09-29T01:41:20.181Z (about 2 months ago)
- Topics: api, apirest, nest
- Language: TypeScript
- Homepage:
- Size: 217 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# maSéance user service
## Description
A TypeScript project using Nest.js.
The project is a RESTful API that can be connected to maSéance front-end project.It allows to create, read, update, and delete users informations and focus on authentification.
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
### Test coverage
| Statements | Branches | Functions | Lines |
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
| ![Statements](https://img.shields.io/badge/statements-100%25-brightgreen.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-100%25-brightgreen.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-100%25-brightgreen.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-100%25-brightgreen.svg?style=flat) |```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```## License
Nest is [MIT licensed](LICENSE).