https://github.com/jefferson1104/notification-service-nestjs
A notification service built using nest.js technology
https://github.com/jefferson1104/notification-service-nestjs
Last synced: 4 months ago
JSON representation
A notification service built using nest.js technology
- Host: GitHub
- URL: https://github.com/jefferson1104/notification-service-nestjs
- Owner: jefferson1104
- Created: 2022-12-13T22:30:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T21:44:48.000Z (over 2 years ago)
- Last Synced: 2025-01-11T14:47:52.602Z (5 months ago)
- Language: TypeScript
- Size: 347 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
# install nest CLI
$ npm i -g @nestjs/cli# create project
$ nest new PROJECT_NAME# install dependencies
$ npm install
```## Database
```bash
# run/create migration
$ npx prisma migrate dev# open gui prisma client
$ npx prisma studio
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## License
Nest is [MIT licensed](LICENSE).