ValeriiMedvezhonkov / AWS_S3_save_files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Save files to AWS S3 bucket

Application for retrieving and resizing buffer images and saving to AWS S3 bucket built with Express.js and Node.js.


Requirements

For development, you will only need Node.js and a node global package, Yarn, installed in your environement.

Node

  • Node installation on Windows

    Just go on official Node.js website and download the installer. Also, be sure to have git available in your PATH, npm might need it (You can find git here).

  • Node installation on Ubuntu

    You can install nodejs and npm easily with apt install, just run the following commands.

    $ sudo apt install nodejs
    $ sudo apt install npm
    

Yarn installation

After installing node, this project will need yarn too, so just run the following command.

  $ npm install -g yarn

Install

$ git clone https://github.com/AkihitoVM/AWS_S3_save_files.git
$ cd AWS_S3_save_files
$ yarn install

Running the project

$ yarn start

About


Languages

Language:JavaScript 100.0%