Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tuananh131001/image-uploader

A Simple Image Uploader Website
https://github.com/tuananh131001/image-uploader

daisyui express nodejs react tailwind

Last synced: 9 days ago
JSON representation

A Simple Image Uploader Website

Awesome Lists containing this project

README

        

# Image-Uploader

![image](https://user-images.githubusercontent.com/67695658/171417921-e3b21a47-2c69-4ed3-b983-518283ae400f.png)

# Setup Backend on heroku
Step 1: create app and connect to github repo
Step 2: Config like this

https://github.com/timanovsky/subdir-heroku-buildpack.git

![image](https://user-images.githubusercontent.com/67695658/171414022-b1f005f8-09f2-42b4-ad18-0caf377c26fd.png)

![image](https://user-images.githubusercontent.com/67695658/171414175-a18e30aa-5d20-45c5-87df-53198572519c.png)

Step 3: Add Procfile

web: node index.js

![image](https://user-images.githubusercontent.com/67695658/171417038-b074dce2-67eb-41ec-974f-4b0dc2492c56.png)

# Setup FrontEnd on netlify

Step 1: create app and connect to github repo

Step 2:

![image](https://user-images.githubusercontent.com/67695658/171417747-8bd434be-4cbe-412f-aa4d-1c6909b3fabd.png)

DONE