Skip to content

Commit 6e52f14

Browse files
committed
docs: rename Bookings API to TaaS API
1 parent 66d3a76 commit 6e52f14

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Topcoder Bookings API
1+
# Topcoder TaaS API
22

33
## Requirements
44

@@ -43,7 +43,7 @@
4343

4444
Alternatively, you may update `.env` file and replace `dockerhost` with your docker IP address.
4545

46-
3. 🚢 Start docker-compose with services which are required to start Topcoder Bookings API locally
46+
3. 🚢 Start docker-compose with services which are required to start Topcoder TaaS API locally
4747

4848
```bash
4949
npm run services:up
@@ -109,7 +109,7 @@
109109

110110
</details>
111111

112-
_NOTE: In production these dependencies / services are hosted & managed outside Topcoder Bookings API._
112+
_NOTE: In production these dependencies / services are hosted & managed outside Topcoder TaaS API._
113113

114114
4. ♻ Init DB, ES
115115

@@ -122,14 +122,14 @@
122122
- create Database table
123123
- create Elasticsearch indexes
124124

125-
5. 🚀 Start Topcoder Bookings API
125+
5. 🚀 Start Topcoder TaaS API
126126

127127
```bash
128128
npm run dev
129129
```
130130

131-
Runs the Topcoder Bookings API using nodemon, so it would be restarted after any of the files is updated.
132-
The Topcoder Bookings API will be served on `http://localhost:3000`.
131+
Runs the Topcoder TaaS API using nodemon, so it would be restarted after any of the files is updated.
132+
The Topcoder TaaS API will be served on `http://localhost:3000`.
133133

134134
## NPM Commands
135135

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "topcoder-bookings-api",
2+
"name": "taas-apis",
33
"version": "1.0.0",
4-
"description": "Topcoder Bookings API",
4+
"description": "Topcoder TaaS API",
55
"main": "app.js",
66
"scripts": {
77
"start": "node app.js",

0 commit comments

Comments
 (0)