Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaryansaraswat0211/project_3dproductwebsite
https://github.com/aaryansaraswat0211/project_3dproductwebsite
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaryansaraswat0211/project_3dproductwebsite
- Owner: aaryansaraswat0211
- Created: 2023-12-28T02:45:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T15:13:55.000Z (10 months ago)
- Last Synced: 2024-09-12T20:19:55.306Z (4 months ago)
- Language: JavaScript
- Homepage: https://3d-product-drab.vercel.app
- Size: 3.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AI and 3D based product Website## Technologies Used
- Frontend: React.js, TailWind CSS, Three JS Framer Motion, React Three Fiber
- Backend: Express.js and Dall.E AI
# Installation
```sh
git clone https://github.com/AaryanSaraswat/project_3DProductWebsite.git
```
Open 2 terminals in separate windows/tabs.Terminal 1: Setting Up Backend
```sh
cd server
npm install
npm start
```Terminal 2: Setting Up Frontend
```sh
cd client
npm install
npm start
```
Now, navigate to `localhost:3000` in your browser.
The Backend API will be running at `localhost:8080`.
# Deployment
* Render - server side
* Netlify - client side