Skip to content
/ upload.innoteq.vn Public template

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

License

Notifications You must be signed in to change notification settings

bkdev98/upload.innoteq.vn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages