Skip to content

A simple SQL E-Commerce website to demonstrate relational database functionality

License

Notifications You must be signed in to change notification settings

just-a-rookie-2001/ecommerce-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Ecommerce Platform

Slots A simple E-Commerce website to demonstrate relational database functionality


Table of Contents


Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites


Installation

Download and extract this repository or clone it using git

git clone https://github.com/just-a-rookie-2001/ecommerce-platform.git

Navigate into the repository

cd ecommerce-platform

Database Configuration

Create a .env file in the root directory of the project. Use the below template for starter and replace the details with your system credentials.

#dont modify 
MYSQL_HOST=db
MYSQL_DATABASE=mydb
MYSQL_ROOT_USER=root

#please modify
MYSQL_USER=YourMySQLUserName
MYSQL_PASSWORD=YourMySQLUserPassword
MYSQL_ROOT_PASSWORD=YourMySQLRootPassword

Running Application

  • Make sure docker service is running in the backgroud
    Verify by executing the command docker ps

  • Finally start build process by executing the command

    docker compose up --build
    
  • The application will be visible on localhost:5000

  • To stop the application run command

    docker compose down
    

Built With


Authors


License

This project is licensed under the MIT License - see the LICENSE file for details

About

A simple SQL E-Commerce website to demonstrate relational database functionality

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published