Skip to content

Commit

Permalink
MenteeDashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
KBrennan39 committed Nov 17, 2024
2 parents ee02783 + c129db2 commit 12d26d1
Show file tree
Hide file tree
Showing 44 changed files with 1,461 additions and 822 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: "16"

- name: Install dependencies
run: npm install
working-directory: ./api

- name: Run Prettier
run: npm run format
working-directory: ./api
working-directory: ./api
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

/api/dist

npm-debug.log*
yarn-debug.log*
yarn-error.log*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# PennsylvaniaWomenWork
# PennsylvaniaWomenWork
1 change: 0 additions & 1 deletion api/.env

This file was deleted.

16 changes: 16 additions & 0 deletions api/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## copy this file and rename it to .env. Fill in the values from Notion

# server
PORT=8000

# email service
SEND_GRID_API_KEY=##check notion##
SEND_GRID_TEST_EMAIL=##check notion##

# database
MONGO_URI=##check notion##

# backend auth
CLIENT_ORIGIN_URL=http://localhost:4040
AUTH0_AUDIENCE=##check notion##
AUTH0_DOMAIN=##check notion##
Binary file added api/assets/pww-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 12d26d1

Please sign in to comment.