Gallery app where you can bookmark your favourite images.
-
Make sure python 3 is installed
- Use
python --versionto check. If it is installed, you should see which version is installed. - If it is not installed, install python (https://realpython.com/installing-python/)
- Use
-
Check pip is installed with
pip --version -
Set up the mysql database and run the sql script in .Admin/Release Scripts
-
Open
src/config.pyand populate the database attributes -
Check node is installed with
npm --version. If not, install node.js -
Run
setup.bat -
Run
start_server.bat -
Run
start_website.bat
