Sankhya is a privacy friendly and cookie-free user analytics tool that gives you analytics about your users such as:
- Total page visits
- Page visits daywise trend
- User distribution by geographic details such as city, state, country and continent
- Hourwise traffic trend, etc.
All of these analytics details are zero config and are available to you out of the box with a single API integration
- Express JS backend framework
- Typescript
- PostgreSQL as database (No ORM, raw SQL queries for better performance)
- node-postgres to interact with DB
git clone git@github.com:abhijhacodes/sankhya-backend.gitcd sankhya-backendyarn or npm installyarn dev or npm run dev- See this guide to setup your postgreSQL database locally