Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aniruddha-10/ecommercestore-project
https://github.com/aniruddha-10/ecommercestore-project
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aniruddha-10/ecommercestore-project
- Owner: aniruddha-10
- Created: 2024-03-28T02:39:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-15T19:55:49.000Z (10 months ago)
- Last Synced: 2024-11-15T08:08:32.552Z (3 months ago)
- Language: TypeScript
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ecommerce-Store
Our E-commerce Store provides a dynamic digital storefront where customers can easily browse and purchase a diverse array of products. Designed as a showcase for our E-commerce Dashboard, this sample website demonstrates how businesses can manage and control their online presence seamlessly. With intuitive navigation and a wide range of product categories, the store offers an optimal shopping experience, demonstrating the efficiency and flexibility of our integrated management system.### Prerequisites
Node version 14.x### Steps to Run the Project
Clone the repo using
```shell
git clone https://github.com/aniruddha-10/ecommercestore-project.git
```
### Install packages
```shell
npm i
```
### Setup .env file
Note - This can be found under the settings tab in Dashboard. Copy the URL and paste it here as the value for this environment variable.
```js
NEXT_PUBLIC_API_URL =
```
### Connect to NeonDB and Push Prisma
```shell
npx prisma generate
npx prisma db push
```
### Start the app```shell
npm run dev
```
## Available commands
Running commands with npm `npm run [command]`
| command | description |
| :-------------- | :--------------------------------------- |
| `dev` | Starts a development instance of the app |