GetTogether is a React App for creating polls to schedule meetings, get-togethers and other social events.
From root directory, install backend packages.
cd root/backend
npm install
From root directory, install frontend packages.
cd root/client
npm install
For contributors, add .env file
cd root/backend
touch .env
Please get in contact with Justin at jd1443@gmail.com for env file variables.
cd root/backend
npm run dev