Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tuananh131001/image-uploader
- Owner: tuananh131001
- Created: 2022-05-31T10:19:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T16:16:22.000Z (over 2 years ago)
- Last Synced: 2024-10-09T02:41:26.466Z (about 1 month ago)
- Topics: daisyui, express, nodejs, react, tailwind
- Language: JavaScript
- Homepage: https://visionary-fairy-b55841.netlify.app/
- Size: 2.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 thishttps://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