You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: course-02/exercises/udacity-c2-restapi/README.md
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,6 @@ A basic Ionic client web application which consumes the RestAPI Backend.
9
9
3.[The Image Filtering Microservice](https://github.com/grutt/udacity-c2-image-filter), the final project for the course. It is a Node-Express application which runs a simple Python script to process images.
10
10
11
11
## Tasks
12
-
### Setup Python Environment
13
-
You'll need to set up and use a virtual environment for this project.
14
-
15
-
To create a virtual environment run the following from within the project directory:
When you're done working and leave the virtual environment, run: `deactivate`
22
-
23
12
### Setup Node Environment
24
13
You'll need to create a new node server. Open a new terminal within the project directory and run:
25
14
1. Initialize a new project: `npm init`
@@ -74,6 +63,3 @@ Try writing a postman collection to test your endpoint. Be sure to cover:
74
63
#### Refactor Data Models
75
64
Try adding another column to your tables to save a separate key for your filtered image. Remember, you'll have to rename the file before adding it to S3!
76
65
77
-
#### (ADVANCED) Refactor Data Models
78
-
Try adding a second OpenCV filter script and add an additional parameter to select which filter to use as a POST parameter
0 commit comments