lvorex / ProductManager

Easiest way to control your products with web panel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Product Manager

Easiest way to control your products with web panel.
Powered by API with Typescript & MySQL & PHP

How to Setup ?

  • Download XAMPP if you don't have. (You can use another service)
  • Open a terminal and type npm install.
  • Start the Apache and MySQL service.
  • Import the src/database.sql file to sql service. (Go to http://localhost/phpmyadmin)
  • Extract /src/Web to the htdocs folder of the XAMPP program.
  • Open a terminal in /src/API and type ts-node main.ts.
  • Finally your panel ready for use.

Admin account: Username: Lvorex | Password: test

You can change it on your SQL server (if you using XAMPP type http://localhost/phpmyadmin

This project is among my active projects. So it will be actively updated. (This version is a beta version.)

About

Easiest way to control your products with web panel.

License:GNU General Public License v2.0


Languages

Language:PHP 48.1%Language:TypeScript 44.0%Language:CSS 7.8%