aurify_ecommerce_app Tailwind Templates

Aurify_ecommerce_app

Full stack ecommerce app built with React on the frontend, Tailwind for styling, Node.js and Express for the backend API, and MongoDB for the database

aurify_ecommerce_app

How to Run

Prerequisites:


If you have nodejs installed, proceed with the following steps to run the application:
  1. Clone/Download this Repository:

    git clone <repository-url>
    
  2. Access the frontend folder in terminal:

    ```bash cd frontend

  3. Install the dependencies:

    npm install
    
  4. Run the frontend:

    npm run dev
    
  5. Access the backend folder in new terminal:

    cd backend
    
  6. Install the dependencies:

    npm install
    
  7. Run the backend:

    ```bash nodemon server.js

  8. Access the admin folder in terminal:

    ```bash cd admin

  9. Install the dependencies:

    npm install
    
  10. Run the admin:

    ```bash npm run dev


Top categories

Loading Svelte Themes