https://github.com/feryardiant/tokonlen
Simple Toko Online
https://github.com/feryardiant/tokonlen
ecommerce-application learning-resources
Last synced: about 1 month ago
JSON representation
Simple Toko Online
- Host: GitHub
- URL: https://github.com/feryardiant/tokonlen
- Owner: feryardiant
- License: mit
- Created: 2015-12-04T07:17:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T17:05:33.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T06:22:05.623Z (about 2 months ago)
- Topics: ecommerce-application, learning-resources
- Language: PHP
- Homepage: https://tokonlen.herokuapp.com
- Size: 381 KB
- Stars: 19
- Watchers: 3
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Simple Tokonlen
Just another simple yet modular PHP Application :grin:
## Requirements
- PHP 5.4 or newer.
- HTTP Server, e.g. NginX or Apache either.
- MySQL Server 5.x or newer for main database.## Install
Simply create new composer project.
```bash
$ composer create-project feryardiant/tokonlen my-app
$ cd my-app
```then you need to create new database, you could do it from PHPMyAdmin or simply run.
```bash
$ mysql -uroot -p create database [db-name]
```at last but not least, run the installer.
```bash
$ php system/install [baseurl] [db-user]:[db-pass]@[db-host]/[db-name]
```The installer will:
- Import `system/database.sql` to your `[db-name]`
- Create `system/config.php` & save your installation config.
- Create `.htaccess` file based on your `[baseurl]` installation config.everything is done, now you should open the `[baseurl]` from your favorite web browser.
## Usage & Demo
Live demo is available here: [https://tokonlen.herokuapp.com/](https://tokonlen.herokuapp.com/)
Use these credential to login into it
* **Admin**
_Username_: admin & _Password_: 1234
* **Customer**
_Username_: pelanggan & _Password_: 1234
everything is done, now you should open the `[baseurl]` from your favorite web browser.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.