https://github.com/shravan20/subspace-analytics
Blog Analytics with Express and Lodash
https://github.com/shravan20/subspace-analytics
Last synced: 4 months ago
JSON representation
Blog Analytics with Express and Lodash
- Host: GitHub
- URL: https://github.com/shravan20/subspace-analytics
- Owner: shravan20
- Created: 2023-09-30T22:23:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T08:19:47.000Z (about 2 years ago)
- Last Synced: 2025-04-04T08:12:31.941Z (7 months ago)
- Language: JavaScript
- Size: 643 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Subspace Analytics : Blog Analytics with Express and Lodash
---
#### Documentation
- How to run the server?
- Install all the dependencies: `npm install`
- Create `.env` file & copy values from .env.sample, paste the `x-hasura-admin-secret` for key `BLOG_HASURA_KEY`
- To run the server: `npm start`
- Voila! Server will be running on localhost:4000- How to access Swagger?
- After installation and running the server, you can access swagger from [http://localhost:4000/docs](http://localhost:4000/docs)
-- [Where can I find me cUrl requests?](./docs/cUrls/)
Demo:
This image shows the caching being done via memoize:![]()