Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soumwadeep/sgtees
3d T-shirt Designer Website
https://github.com/soumwadeep/sgtees
expressjs framer-motion nodejs reactjs threejs
Last synced: 26 days ago
JSON representation
3d T-shirt Designer Website
- Host: GitHub
- URL: https://github.com/soumwadeep/sgtees
- Owner: soumwadeep
- Created: 2023-04-01T01:38:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T13:39:18.000Z (over 1 year ago)
- Last Synced: 2024-11-17T09:42:14.973Z (3 months ago)
- Topics: expressjs, framer-motion, nodejs, reactjs, threejs
- Language: JavaScript
- Homepage: https://sgtees.soumwadeepguha.tech/
- Size: 1.09 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Best App To Design Your T Shirts!
Ask AI To Design Your T Shirts!
Select From A Variety Of Designs And Colors!
Create Your Own Designs!
Upload Your Own Logo!
And Lot's More!!## How To Run This App Locally
1. Clone This Repo.
2. Install Dependencies By Running `npm install` Inside client Folder.
3. Run `npm init -y` To Create A `package.json` File Inside server Folder And Install Dependencies By Running `npm install` Inside server Folder.
4. Run `npm run dev` To Start The App From client Folder.
5. Run `npm run start` To Start The App From server Folder.
6. Create A `.env` File Inside server Folder And Add `OPENAI_API_KEY=your_key_here` To It.## Backend Is Deployed In render
Also Added The api Key In Render Website Only.
If Its Showing You Error Then First Of All Add The Environment Varialble In Render Website Then Also Add
"engines": {
"node": "19.3.0"
},
In package.json File.Then It Will Work!As Now It Will Take This Version Of Node To Run The App.And keep yarn only for the build statement in render website.## Frontend Is Deployed In Netlify