Skip to content

nutshellbyte/atlas-shop

Repository files navigation

Atlas Shop, Laravel E-commerce

Atlas Thrift Shop is a web-based e-commerce application built using Laravel. This application is designed to facilitate the sale of thrift items with features that ease transactions and shipping.

Features

  • User Authentication: Registration, login, and user management.
  • Product Management: Easily add, edit, and delete products.
  • Category Management: Organize products into categories for easier browsing.
  • Shopping Cart: Users can add products to their shopping cart.
  • Checkout: Integrated with Midtrans for payment processing.
  • Shipping Cost Calculation: Integrated with RajaOngkir to determine shipping costs based on location.
  • Comments and Ratings: Users can leave comments and rate products.
  1. Clone the repository:

    git clone https://github.com/titosunu/atlas-shop.git
    cd atlas-shop
  2. Install dependencies:

    composer install
    npm install
  3. Set up the environment file: Copy the .env.example file to .env and update the environment variables to match your configuration.

    cp .env.example .env
  4. Set up the database:

    php artisan migrate --seed
  5. Install frontend dependencies and build assets:

    npm install
    npm run dev
  6. Run the application:

    php artisan serve

Languages and Tools:

go go go go go


img-atlas

About

Atlas Thrift Shop is a Laravel-based e-commerce application designed for selling thrift items. It offers user authentication, product management, category organization, shopping cart functionality, and integrated payment and shipping solutions.

Topics

Resources

Stars

Watchers

Forks

Contributors