Skip to content

hotslab/Vanilla-Php-and-Javascript-Stock-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla Javascript and PHP Stock Manager

Built without plugins and dependencies to use in shared hosting sites.

CONFIGURATIONS

  1. Create a .env file and specify the following parameters to connect to MYSQL:

DB_HOST=YOUR_DB_HOST_NAME
DB_USERNAME=YOUR_DB_USER_NAME
DB_PASSWORD=YOUR_DB_PASSWORD
DB_NAME=YOUR_DATABASE_NAME
DB_PORT=YOUR_MYSQL_PORT

Note: The parameter names before the '=' should be exactly named as above for it to work;

About

A stock manager application built with vanilla php and javascript without plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors