Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandra-selezen/contacts-api
Contacts API
https://github.com/sandra-selezen/contacts-api
jwt-token mongodb nestjs swagger-ui
Last synced: 1 day ago
JSON representation
Contacts API
- Host: GitHub
- URL: https://github.com/sandra-selezen/contacts-api
- Owner: sandra-selezen
- Created: 2023-11-02T21:55:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-15T12:43:57.000Z (2 months ago)
- Last Synced: 2024-09-15T14:16:38.054Z (2 months ago)
- Topics: jwt-token, mongodb, nestjs, swagger-ui
- Language: TypeScript
- Homepage: https://contacts-api-3gv2.onrender.com/api/docs
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```## .ENV template
```
PORT=8080
SECRET_KEY=
MONGO_DB_HOST=
PRIVATE_KEY=
```