Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 435 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 435 Bytes

YaleClubs

A user-friendly platform to explore, rank, and leave reviews for various clubs, fostering a vibrant community of club enthusiasts.

Environment Variables

Client folder:

BASE_URL=localhost
PORT=8081

Server folder:

BASE_URL=<url of server>
PORT=<port>
API_KEY=<key for yalies.io API>
MONGODB_URI=<mongodb URI>
DEV_ENV=<false if production else true> # used to enable/disable proxy between expo and backend