Skip to content

Commit aafd09c

Browse files
authored
Update README.md
1 parent 22b0fde commit aafd09c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,15 @@ A backend application built with Prisma, Docker and NestJS
2727
## Table of Contents
2828

2929
- [Table of Contents](#table-of-contents)
30-
- [Built With](#built-with)
30+
- [Stack](#stack)
3131
- [Getting Started](#getting-started)
3232
- [Documentation](#documentation)
3333
- [Initial setup](#initial-setup)
3434
- [Running the project](#running-the-project)
35-
- [For REST API](#for-rest-api)
36-
- [For GraphQL](#for-graphql)
37-
- [Important](#important)
3835
- [Authors](#authors)
3936
- [License](#license)
4037

41-
## Built With
38+
## Stack
4239

4340
This application was built with:
4441

@@ -82,9 +79,9 @@ Documentation can be found, after initial setup, for HTTP in [Swagger](http://lo
8279

8380
After the initial setup there's no additional work needed, project is running in the background as a Docker container.
8481

85-
- The API is available on your local machine on `http://localhost:3000`.
82+
- The REST API is available on your local machine on `http://localhost:3000`.
8683
- Swagger documentation is available on `http://localhost:3000/swagger/`.
87-
- GraphQL playground is available on `http://localhost:3000/graphql`.
84+
- GraphQL playground (and server) is available on `http://localhost:3000/graphql`.
8885

8986
You can stop it by executing `docker compose stop`, and you can resume it by `docker compose start`
9087

0 commit comments

Comments
 (0)