Code Monkey home page Code Monkey logo

cloud-ufc-2020's Introduction

Instagram-like application using Amazon AWS

Description

A web application similar to Instagram that uses some of the services provided by Amazon AWS, such as Amazon EC2, Amazon S3, Amazon RDS, Amazon DynamoDB, Amazon DocumentDB, LoadBalancing and AutoScaling.

This project is being developed as part of 2020's "Desenvolvimento de Software para Nuvem (Software Development in the Cloud)" class @ Universidade Federal do Ceará.

The project has two parts. The first one is the development of the application in itself. The second one is the addition of LoadBalacing and AutoScaling to the application.

Functional Requirements

The user must be able to:

  • create an account
  • update his account's password, fullname, and personal photo
  • post photos
  • like/dislike other user's photos.
  • view other user's profile and photos
  • search another user by their account's nickname
  • list photos posted in a given time interval (the user must enter an initial date and a final date to use the filter)

Technical restrictions and Development Environment

  • User information must be recorded in a AmazonRDS database
  • Users's photos must be stored in Amazon S3.
  • Photos' likes and dislikes must be stored in Amazon DynamoDB or Amazon DocumentDB
  • We must use Amazon AWS's REST API to have access to its services
  • The web application must be hosted in an Amazon EC2's virtual machine.
  • We must use LoadBalancer and Auto Scaling to create additional instances in case a instance's average cpu-use exceeds 70% for more than a minute. Otherwise, if the average cpu-use of the current used instances is below 10% for more than a minute, one instance must be terminated. The maximum number of instances is 3.

Futhermore, to develop the application, we are using the following development environment:

  • Node.js + Express.js
  • ReactJS
  • Amazon AWS' SDK for Node.js

Team

  • Hariamy Vasconcelos ( Front end )
  • Jarélio Gomes ( Back end )
  • Samir Braga ( Front and back end )
  • Thiago Fraxe ( Back end )

cloud-ufc-2020's People

Contributors

samirbraga avatar tfraxe avatar

Watchers

 avatar  avatar  avatar

cloud-ufc-2020's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.