bkdev98 / upload.innoteq.vn

Simple image upload server using CRA, Express, Sharp and S3, deployed on Heroku.

Home Page:https://innoteq-upload.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

upload.innoteq.vn

Simple image upload server using CRA, Express, Sharp and S3, deployed on Heroku.

It can also be used as a template for react-express type apps, with authentication and ant-design configured.

File structure

Development

  cp server/.env.example server/.env
  vim server/.env
  • Install deps and start server:
  yarn install
  yarn dev

Production

  yarn build
  yarn start

Contribute

See https://github.com/bkdev98/upload.innoteq.vn/issues.

License

MIT License

About

Simple image upload server using CRA, Express, Sharp and S3, deployed on Heroku.

https://innoteq-upload.herokuapp.com

License:MIT License


Languages

Language:JavaScript 98.4%Language:CSS 0.9%Language:HTML 0.7%