Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aaryansaraswat0211/project_3dproductwebsite


https://github.com/aaryansaraswat0211/project_3dproductwebsite

Last synced: about 2 months ago
JSON representation

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