Outfox
To run the full project in development mode:
- Download or clone the repository.
- Set up a connection to the Postgres Database (found in the Wiki under Database Installation).
- Install the node_modules in the client,server, and root directory.
- From the root run the command: "npm run dev" to run both the React frontend and Node backend concurrently.