Skip to content

A bushfire visualisation app created during university

Notifications You must be signed in to change notification settings

Jkap7788/identifire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identifire

The code for the Identifire project (FIT3161/FIT3162)

Pre-requisites

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

Running frontend code locally

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

Running backend code locally

In order to start a local version of the backend, run the following command from the root directory:

cd backend && npm run start:local

Running database locally

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.

About

A bushfire visualisation app created during university

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published