Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.48 KB

readme.md

File metadata and controls

47 lines (32 loc) · 1.48 KB

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