Skip to content

Commit

Permalink
Merge pull request #12 from ubccsss/adipoluri-patch-3
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
adipoluri authored Feb 4, 2024
2 parents c091c4a + ac3ed1f commit c208804
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# UBC Volleyball Club Dashboard

# IMPORTANT!
you NEED a file called env.local in the root directory to run this project. This file stores all our API keys which are sensitive so do not push it to github!
you NEED a file called .env.local in the root directory to run this project. This file stores all our API keys which are sensitive so do not push it to github!
To get it, check the google drive link linked in Jira (or just msg adi)

## Setup
Expand Down Expand Up @@ -45,7 +45,6 @@ For examples, check out the action.ts in /login and /signup for reference :)
│ ├── Roster routes to www.website/roster
│ │ ├── page.tsx roster page component
│ │ ├── user_action.ts server action that is used for securing database calls, api calls, sensitive data!
│ ├── api routes to www.website/api (Backend API)
│ │ ├── getUsers.tsx api Route (www.website/api/getUsers)
│ ├── ... ...The Rest of the Pages
Expand Down

0 comments on commit c208804

Please sign in to comment.