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 [email protected]:abhijhacodes/sankhya-backend.git
cd sankhya-backend
yarn or npm install
yarn dev or npm run dev
- See this guide to setup your postgreSQL database locally