Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 34f09b9

Browse files
refactor: keep only relevent folders and move to root
1 parent 2931e84 commit 34f09b9

File tree

609 files changed

+25
-266592
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

609 files changed

+25
-266592
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @udacity/active-public-content
1+
* Nadav Sinai<[email protected]>

README.md

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,31 @@
1-
# Archival Note
2-
**Fork** the Udacity's repository to your personal Github account and clone to your local. We do not encourage pushing your personal development work to the Udacity's starter repository. Therefore, we've decided to archive this repository. However, learners will be able to fork it to their personal Github account but cannot submit PRs to this repository. If you have any issues or suggestions to make, feel free to:
3-
- Utilize the https://knowledge.udacity.com/ forum to seek help on content-specific issues.
4-
- Submit a support ticket along with the link to your forked repository if (learners are) blocked for other reasons. You can find the link to file a support ticket in your classroom home.
5-
6-
# ND9990 cloud-developer
7-
Content for Udacity's cloud developer nanodegree's following two courses:
8-
* Course 02 - Full Stack Apps on AWS
9-
* Course 04 - Develop & Deploy Serverless App
1+
# Udagram project submission
2+
### > by Nadav Sinai <
103

114
Here is the repository structure:
125
```bash
136
├── README.md
14-
├── course-02
15-
│   ├── exercises
16-
│   └── project
17-
└── course-04
18-
├── exercises
19-
└── project
7+
├── api-server
8+
├── frontend
9+
└── image-service
10+
2011
```
12+
this repo is a fork of the `udacity-cloud-developer` repo with only the relevent files for the project submission kept. [see refactor commit]()
13+
14+
15+
## Live example
16+
the live example url is :
17+
18+
## Deployment
19+
20+
ElasticBean stalk was used to deploy the 3 apps.
21+
* the image-service is avilable at -
22+
* the api-service is available at -
23+
* frontEnd is again
24+
2125

26+
# extra points done
27+
- nice refacotring of the repo and keeping good branch managment practices (se pprs etc)
28+
- whole app deployed and connected
29+
- Auth implemendented
30+
2231

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)