Skip to content

Commit 47139d7

Browse files
authored
Update README.md
1 parent d66a56c commit 47139d7

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
# ticket_tracker_api
1+
# ticket_tracker_api
2+
![build badge](https://codebuild.us-east-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiRm1sYWFwSjhaSDA1SWVOR2ZLZlcxc2FoVlp6UUNQQ2pjdDNQYnVobkFnblR4WmdDSWwzaXdTL1JFRy9SUmQxWThCYkR6YUdtR04vN3grZmdlSWFMV2hNPSIsIml2UGFyYW1ldGVyU3BlYyI6IlZUSTJ2bWwvYWZDWWZqdHEiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)\
23
Serves as a back-end of concert ticket price tracking based on Ticketmaster real-time best seats.
34

45
### Installation
5-
- You must have preinstalled Node.js.
6-
- Run `install.sh` to install all required dependencies.
7-
- If __node-canvas__ in `node_modules` fails to install, please check if you have the correct prerequisite softwares installed on your machine. The detail can be found at https://github.com/Automattic/node-canvas/wiki#installation-guides based on your system.
6+
- Dev environment
7+
- To install Python dependencies, run `pipenv install`.
8+
- You must have preinstalled Node.js.
9+
- To install node dependencies, run `yarn -cwd ticketscraping/js`.
10+
- If __node-canvas__ in `node_modules` fails to install, please check if you have the correct prerequisite softwares installed on your machine. The detail can be found at https://github.com/Automattic/node-canvas/wiki#installation-guides based on your system.
11+
- Prod environment
12+
- Use Dockerfile to build a container image.

0 commit comments

Comments
 (0)