Code Monkey home page Code Monkey logo

aws-cloud-project's Introduction

SAVE TO THE CLOUD

URL : http://www.savetothecloud.com/

cloud 1

INTRODUCTION

PROJECT IDEA

  • ‘Save To the Cloud’ is a full stack web application that mainly deals with storing and saving files by leveraging cloud infrastructure.
  • This application focuses on CRUD operations on all the files that are uploaded by the user.
  • The main objective of this project was to optimize file stack by using API to upload, retrieve, delete and store files in S3 and accelerate speed and performance.
  • This application lets you to have a private account for all your file storage and access it whenever its needed. .

FEATURES OF THIS APPLICATION

SAVE TO THE CLOUD can be accessed via domain name : http://www.savetothecloud.com. Compatible both in Desktop and Smartphones.

The list of features provided by the application are as follows:

  • SIGNUP Page: For a NEW USER to enter all relevant information which is collected and stored in database. cloud2

  • LOGIN Page: For an EXISTING USER to log in with available credentials and access the application. cloud 1

  • ABOUT ME Page: For user details and general hobbies and details about user. cloud 3

  • UPLOAD OPTION: For the user to upload files for storage in Amazon S3. cloud 5

  • RETRIEVE ALL FILES OPTION: to retrieve any previously uploaded file

  • DELETE OPTION: To delete files no longer required by user.

  • UPDATE OPTION: To update already uploaded files. The application will redirect users to upload a new files again with the update / revision.

  • Application displays the following in ‘Retrieve’ page.

    • User’s First Name

    • User’s Last Name

    • File Upload Time

    • File Name/ Description

    • File Update Time cloud 6

  • Resources Page : User can find links to all the technology used in this application. cloud 8

  • Link to users Facebook, linkedin, gmail and other social media account in a click away. about

ARCHITECTURE DIGRAM FOR THIS PROJECT

savetothecloud

PREREQUISITES :

  • Create an amazon account and navigate to console in AMAZON AWS.
  • Create a bucket in S3 and upload files and check for configuration in S3 and set lifecycle (S3->S3IA->Glacier).
  • Link your S3 bucket with Cloudfront to offload traffic on S3 bucket.
  • This application is deployed in Elastic Beanstalk environment, where it creates an environment by triggering EC2 instance, Auto Scaling group to maintain availability during outage, Elastic load balancing to make sure load on instances are distributed and Amazon RDS(MySQL) as a database.
  • Cloud watch alarms are set to check for healthy state of instances.
  • Lambda Function to receiver cloud watch alerts and send out notification to the user regarding the event.
  • Kindly refer (https://aws.amazon.com/documentation/) for more details about every configuration.

LIST OF REQUIRED SOFTWARE:

  1. FRONT END: ANGULAR JS, MATERIALIZE (Model, view, controller java script)
  2. SERVER SIDE: NODE JS, EXPRESS JS, MULTER, AWS-SDK
  3. DATABASE: AMAZON RDS(MYSQL)
  4. AMAZON CLOUD INFRASTRUCTURE (Elastic beanstalk, Cloudwatch, SNS, lambda etc.)

FRONT END-

  • ANGULAR JS(Model,view, controller) and MATERIALIZE is used for front end. CSS is used for fancy structuring of user interface.

SERVER SIDE-

  • Nodejs and Expressjs is used for back end functionality along with AWS-SDK for various functions like putObject, Getobject, ListObject etc in S3.

DATABASE-

  • Mysql relational database is used to store and retrieve user data. This service is provided my Amazon RDS as PAAS.
  • "tables" are created in database for tracking user firstname, lastname and other records.

INSTRUCTIONS TO SET UP PROJECT LOCALLY :

  • Clone the above project into your local repository (Clone link :https://github.com/AnuradhaIyer/AWS-cloud-project.git)
  • Go to the folder where the project is cloned, check for package.json file where all the dependencies for the project is mentioned.
  • Install node.js in your system. Link for iinstalling- (https://nodejs.org/en/).
  • We have included "aws-sdk" for accessing S3 from amazon, so kindly add that as a dependency in package.json file.
  • Server.js contains the backend/server side logic in this application.
  • Front end functionality is written in Angular JS (Refer "views" folder in the above prohject)
  • To run this project, go to the folder where files for this project is available--> open gitbash/cmd-->run "npm install" to install all node modules locally. To start the server, type command "node server js". Application will run in the portr mentioned in the code. Ex: "localhost:8081/"
  • Use sublime or notepad++ for editing code and start the server after editing.

aws-cloud-project's People

Contributors

anuradhaiyer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

aws-cloud-project's Issues

aws_ cloud _project issue

I download project from github and i followed all the instruction to setup up the project in locally but the issue

C:\Users\pranay jugge\Documents\cloud computing\AWS-cloud-project-master\AWS-cloud-project-master>node server js
C:\Users\pranay jugge\Documents\cloud computing\AWS-cloud-project-master\AWS-cloud-project-master\server.js:52
password :
^

SyntaxError: Unexpected token ':'
←[90m at Object.compileFunction (node:vm:352:18)←[39m
←[90m at wrapSafe (node:internal/modules/cjs/loader:1032:15)←[39m
←[90m at Module._compile (node:internal/modules/cjs/loader:1067:27)←[39m
←[90m at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)←[39m
←[90m at Module.load (node:internal/modules/cjs/loader:981:32)←[39m
←[90m at Function.Module._load (node:internal/modules/cjs/loader:822:12)←[39m
←[90m at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)←[39m
←[90m at node:internal/main/run_main_module:17:47←[39m

C:\Users\pranay jugge\Documents\cloud computing\AWS-cloud-project-master\AWS-cloud-project-master>

please help me
please share the video or link of the video to setup the project it helpfull for me thank you

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.