-
Clone repository to your dev environment.
-
Run the follow command in terminal to install dependencies:
npm install
-
Create a .env file and copy variables from .env.sample and past in .env. Now add to .env your S3 credentials.
-
Run project with
npm run dev
to start application with nodemon or runnpm start
to start without nodemon. -
Ready!
POST: /upload
Before using this project, see the LICENSE file and give me credits.