Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 511 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 511 Bytes

ParkSafari

Explore the biodiversity at the destination of your next journey.

Backend

Before running, create config.json with the following values:

{
  "rds_host": ...,
  "rds_port": ...,
  "rds_user": ...,
  "rds_password": ...,
  "rds_db": ...,
  "server_host": ...,
  "server_port": ...
}

To start the server, run npm install and npm start.

Frontend

Make sure backend is running on the host and port specified in config.json.

To start the client, run npm install and npm start.