/Forager

An iteration of food_forager using React, Typescript, NextUI, and Go

Primary LanguageTypeScript

An iteration of food_forager using React, Typescript, NextUI, and Go

To run the goserver branch, run both the client and goserver branches:

To run goserver directory

  • run 'cd goserver'
  • create a postgres connection string in your own .env file
  • run the script './cmd/main/'

To run client directory

  • run 'cd client'
  • install all dependencies
  • run 'npm run dev'