llp-devr / simple-market

Simple sales management software (Codding Challange)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-Market

Simple-Market is a web-based marketplace application. It's built with PHP and uses a Postgres database for data persistence.

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

  • PHP
  • PostgreSQL

Installation

  1. Clone the repository
git clone https://github.com/llp-devr/simple-market.git
  1. Navigate to the project directory
cd simple-market
  1. Copy config.ini.example to config.ini and fill in your database credentials:
cp config.ini.example config.ini
  1. Edit config.ini with your preferred text editor.

  2. Set up the database structure. Run the SQL commands in db/schema.sql in your Postgres database.

  3. Start the PHP server

php -S localhost:8000
  1. Now, you should be able to visit http://localhost:8000 in your browser and see the application running.

License

This project is licensed under the MIT License.

About

Simple sales management software (Codding Challange)


Languages

Language:JavaScript 38.5%Language:PHP 35.0%Language:HTML 19.7%Language:CSS 6.9%