Skip to content

Commit

Permalink
Merge pull request #16 from NgZiXin/branch-backend-dev
Browse files Browse the repository at this point in the history
Backend Integration
  • Loading branch information
nathanshew authored Jan 7, 2025
2 parents 2f7332f + d128041 commit 1e097ef
Show file tree
Hide file tree
Showing 56 changed files with 5,469 additions and 128 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NEXT_PUBLIC_API_URL=http://localhost:3000
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

# server
server/node_modules
server/.env
server/dist
3 changes: 3 additions & 0 deletions env.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Example of .env file required

NEXT_PUBLIC_API_URL=http://localhost:3001
Loading

0 comments on commit 1e097ef

Please sign in to comment.