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
2
2
3
3
## Requirements
4
4
43
43
44
44
Alternatively, you may update ` .env` file and replace ` dockerhost` with your docker IP address.
45
45
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
47
47
48
48
` ` ` bash
49
49
npm run services:up
109
109
110
110
< /details>
111
111
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._
113
113
114
114
4. ♻ Init DB, ES
115
115
122
122
- create Database table
123
123
- create Elasticsearch indexes
124
124
125
- 5. 🚀 Start Topcoder Bookings API
125
+ 5. 🚀 Start Topcoder TaaS API
126
126
127
127
` ` ` bash
128
128
npm run dev
129
129
` ` `
130
130
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` .
133
133
134
134
# # NPM Commands
135
135
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " topcoder-bookings-api " ,
2
+ "name" : " taas-apis " ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " Topcoder Bookings API" ,
4
+ "description" : " Topcoder TaaS API" ,
5
5
"main" : " app.js" ,
6
6
"scripts" : {
7
7
"start" : " node app.js" ,
You can’t perform that action at this time.
0 commit comments