Skip to content

LeTarzan/upload-file-example-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upload files to AWS S3

Upload file app developed with NodeJS and ReactJS

Initial configurations

Frontend

Access directory Frontend and run:

foo@bar:~$ npm install
foo@bar:~$ npm start

Backend

In Backend directory create .env based on .env_example after run:

foo@bar:~$ npm install
foo@bar:~$ npm run dev

Features:

  • List all save files;
  • Add files;
  • Delete files;
  • File link;

About

Simple file upload project with AWS S3 integration in NodeJS and ReactJS

Topics

Resources

Stars

Watchers

Forks