Skip to content

simple online store for digital items with midtrans payment gateway

Notifications You must be signed in to change notification settings

baguswijaksono/stre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Store

Simple online stroe with payment gateway using midtrans

Wife

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/baguswijaksono/stre.git
    cd stre
  2. Install Dependencies:

    composer install
  3. Set Up Environment Variables:

    mv .env.example .env

    Edit the .env file to include your specific environment variables, such as database connection details.

  4. Run Migrations:

    php src/migration/Migration.php 
  5. Start the Server:

    php -S localhost:8080 -t public

    The server will start on the default port 8080. You can now access your web application by navigating to http://localhost:8080 in your web browser.

Documentation

For database design, you can find it here.

About

simple online store for digital items with midtrans payment gateway

Topics

Resources

Stars

Watchers

Forks