Skip to content

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

Notifications You must be signed in to change notification settings

sanjoydasjoy/aurify_ecommerce_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

    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:

    nodemon server.js
    
  8. Access the admin folder in terminal:

    cd admin
    
  9. Install the dependencies:

    npm install
    
  10. Run the admin:

    npm run dev

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages