This application (called 🦎 GAD) was prepared and developed only for testing purposes. It provides:
This application contains simple logic, statistics, charts, games, different resources, deliberately prepared bugs🐛 and various challenges.
Thanks to this configuration, we are able to reflect real project reality😉
P.S. In addition, the application has some serious design flaws - I wonder if you will notice them?😉
Features of 🦎 GAD:
Instructions how to deploy presented service to various free hosting sites.
Requirements:
Steps:
git clone ...
npm i
npm run start
The application will be available at http://localhost:3000
Steps:
npm i
in root directory
npm run start
Steps:
git pull
npm i
npm run start
One possibility is to reset all Your local changes and pull new version.Using this method You will lose all Your local changes and data!
Steps:
git reset --hard HEAD
git pull
npm i
npm run start
This mode disables all POST, PUT, and PATCH methods, besides login.
To run GAD in Read Only mode, use the following commands:
PowerShell:
$env:READ_ONLY=1; npm run start
Bash:
READ_ONLY=1 npm run start
GAD runs on default port 3000
.
To run GAD on selected port, use the following commands:
PowerShell:
$env:PORT=3001; npm run start
Bash:
PORT=3001 npm run start
Windows Cmd:
set PORT=3001 && npm run start
No account needed - but your project will be deleted in 5 days.
After clicking button below wait a minute or two to finish deployment.
To see website:
🔎PREVIEW
👯Preview in a new window
When deploying the GAD application on Glitch, please be aware that the application may not function fully due to the limitations of the Glitch platform. However, we are making every effort to ensure the highest possible compatibility.
Apply
GUI API Demo
When deploying the GAD application on Render, please be aware that the application may not function fully due to the limitations of the Render platform. However, we are making every effort to ensure the highest possible compatibility.
This method can be used:
On local environment:
Just run following command to get latest image:
docker run -p 3000:3000 -d jaktestowac/gad
or specific version:
docker run -p 3000:3000 -d jaktestowac/gad:2.5.5
Application should be running under http://localhost:3000/
Images are available at: 🐋 hub.docker.com/repository/docker/jaktestowac