https://github.com/pavel-tyan/top-api
https://github.com/pavel-tyan/top-api
bcrypt docker-compose jwt-authentication mongodb nestjs typescript
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pavel-tyan/top-api
- Owner: Pavel-Tyan
- Created: 2024-02-02T21:34:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T20:41:48.000Z (over 2 years ago)
- Last Synced: 2025-01-24T01:41:26.338Z (over 1 year ago)
- Topics: bcrypt, docker-compose, jwt-authentication, mongodb, nestjs, typescript
- Language: TypeScript
- Homepage:
- Size: 787 KB
- Stars: 1
- 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
$ npm install
```
## Running the app
```bash
# creates image
$ docker build -t top-api .
# starts containers
$ docker compose up -d
```