File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- # Topcoder Bookings API
1+ # Topcoder TaaS API
22
33## Requirements
44
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
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
1141144. ♻ Init DB, ES
115115
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments