jduong09 / GetTogether

0 stars 1 forks source link

GetTogether

GetTogether is a React App for creating polls to schedule meetings, get-togethers and other social events.

Installation

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.

Usage

cd root/backend
npm run dev