An open API service indexing awesome lists of open source software.

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

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: