- XAMPP (webserver stack)
- Apache (HTTP server)
- MySQL (database)
- Node.js (JS runtime)
- Run & configure XAMPP and Apache
- Add API .php files into: C:\xampp\htdocs\gamebase\
- Start Apache server and MySQL connection on XAMPP, make sure there are no errors
- Run editor (like VSCode), open Gamebase folder
- Open the Terminal window (
Ctrl+`
in VSCode) in editor - Type in Terminal:
npm install
and wait for it to finish downloading all packagesnpm start
to run website locallynode apis/server.js
to run post/put API locally
Logo | Icon |
---|---|
Previews are shown side-by-side to showcaase responsiveness