Skip to content

A deployment project for the Fullstack JavaScript Developer Nanodegree from Udacity

License

Notifications You must be signed in to change notification settings

AbdulrahmanAlosaimi/Udagram

Repository files navigation

Udagram

CircleCI


Project Overview

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

Documentation

Testing

This project contains two different test suite: unit tests and End-To-End tests(e2e). Follow these steps to run the tests.

  1. cd starter/udagram-frontend
  2. npm run test
  3. npm run e2e

There are no Unit test on the back-end

Unit Tests:

Unit tests are using the Jasmine Framework.

End to End Tests:

The e2e tests are using Protractor and Jasmine.

Built With

  • Angular - Single Page Application Framework
  • Node - Javascript Runtime
  • Express - Javascript API Framework

License

License


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.

About

A deployment project for the Fullstack JavaScript Developer Nanodegree from Udacity

Resources

License

Stars

Watchers

Forks