Udagram is an Image filtering application, that allows users to allows users to register and log into a web client, post photos to the feed, and process photos using an image filtering service.
It has two components:
- Front-end, which is an angular web application built using the Ionic framework
- Back-end, which is a RESTful API built using Node, and is written in Typescript
The application can be reached here
This project contains two different test suite: unit tests and End-To-End tests(e2e). Follow these steps to run the tests.
cd starter/udagram-frontend
npm run test
npm run e2e
There are no Unit test on the back-end
Unit tests are using the Jasmine Framework.
The e2e tests are using Protractor and Jasmine.
- Angular - Single Page Application Framework
- Node - Javascript Runtime
- Express - Javascript API Framework
Note: Front-end and Back-end were provided by Udacity. Some changes and the deployment process (which includes AWS RDS-S3-EB) were developed by Abdulrahman Alosaimi.