Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavel-tyan/top-api
https://github.com/pavel-tyan/top-api
bcrypt docker-compose jwt-authentication mongodb nestjs typescript
Last synced: about 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-25T20:41:48.000Z (11 months ago)
- Last Synced: 2024-02-26T13:38:06.759Z (11 months ago)
- Topics: bcrypt, docker-compose, jwt-authentication, mongodb, nestjs, typescript
- Language: TypeScript
- Homepage:
- Size: 787 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
$ npm install
```## Running the app
```bash
# creates image
$ docker build -t top-api .# starts containers
$ docker compose up -d
```