https://github.com/rubenoalvarado/crisenix-api-v2
Backend for Crisenix mobile app
https://github.com/rubenoalvarado/crisenix-api-v2
nestjs nestjs-backend nodejs typescript
Last synced: 2 months ago
JSON representation
Backend for Crisenix mobile app
- Host: GitHub
- URL: https://github.com/rubenoalvarado/crisenix-api-v2
- Owner: RubenOAlvarado
- Created: 2024-11-03T23:50:55.000Z (7 months ago)
- Default Branch: v2
- Last Pushed: 2025-01-13T01:39:06.000Z (5 months ago)
- Last Synced: 2025-02-03T17:08:58.064Z (4 months ago)
- Topics: nestjs, nestjs-backend, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
Backend API for crisenix app.
© Ruben Alvarado.## Installation
```bash
$ npm run 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
```## Documentation
```bash
# Swagger
$ localhost:3000/api```
## Stay in touch
- Author - [Ruben O. Alvarado](https://github.com/RubenOAlvarado)
- Instagram - [Ruben O. Alvarado](https://www.instagram.com/alvaradorubo/)
- Gitlab - [Munditoro](https://gitlab.com/Munditoro)## License
UNLICENSED.