An iteration of food_forager using React, Typescript, NextUI, and Go
To run the goserver branch, run both the client and goserver branches:
- run 'cd goserver'
- create a postgres connection string in your own .env file
- run the script './cmd/main/'
- run 'cd client'
- install all dependencies
- run 'npm run dev'