https://github.com/patrick91/next-cache-exploration
https://github.com/patrick91/next-cache-exploration
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrick91/next-cache-exploration
- Owner: patrick91
- Created: 2023-01-06T12:01:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T15:18:11.000Z (over 3 years ago)
- Last Synced: 2025-06-05T18:04:41.978Z (about 1 year ago)
- Language: Python
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js cache exploration
To run, start the backend first, you can do so by using docker:
```
cd backend
docker build -t next-backend-for-cache .
docker run -p 8000:8000 next-backend-for-cache
```
Then in another terminal:
```
cd frontend
pnpm i
pnpm run build
pnpm start
```
Now you can go to http://localhost:3000 and see the requests done
to the backend service in it's terminal