rename
This commit is contained in:
parent
9e4d10c1ec
commit
e41e5eb453
@ -1,5 +1,5 @@
|
|||||||
# Docker
|
# Docker
|
||||||
PROJECT_NAME="app"
|
PROJECT_NAME="hermes"
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
DB_PORT=5432
|
DB_PORT=5432
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# NestJS Starter
|
# Hermes
|
||||||
|
|
||||||
A NestJS starter template with authentication, user management, email service, and database setup.
|
Backend service with authentication, user management, email service, and database setup.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "nestjs-starter",
|
"name": "hermes",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "NestJS starter with auth, users, mail, and database",
|
"description": "Hermes — backend service with auth, users, mail, and database",
|
||||||
"author": "",
|
"author": "",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
|
|||||||
@ -29,8 +29,8 @@ async function bootstrap() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const docsConfig = new DocumentBuilder()
|
const docsConfig = new DocumentBuilder()
|
||||||
.setTitle('API')
|
.setTitle('Hermes API')
|
||||||
.setDescription('API Documentation')
|
.setDescription('Hermes API Documentation')
|
||||||
.setVersion('1.0')
|
.setVersion('1.0')
|
||||||
.addBearerAuth()
|
.addBearerAuth()
|
||||||
.build();
|
.build();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user