The code for the Identifire project (FIT3161/FIT3162)
In order to run the database locally, simply install postgreSQL from the following link: https://www.postgresql.org/download/
Please note that the application uses version 12 of the database.
Additionally, node.js (https://nodejs.org/en/download/) must be installed prior to starting either the backend or frontend application.
Please use version 14 of node.js
In order to start the frontend server (used for locally serving up frontend files), run the following command from the root directory:
cd frontend && npm run start
In order to start a local version of the backend, run the following command from the root directory:
cd backend && npm run start:local
In order to run the database locally, simply install postgreSQL from the following link: https://www.postgresql.org/download/
Please note that the application uses version 12 of the database.