https://github.com/michaeljscript/js-tracker
https://github.com/michaeljscript/js-tracker
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaeljscript/js-tracker
- Owner: michaeljscript
- Created: 2018-06-10T09:42:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T18:36:31.000Z (over 7 years ago)
- Last Synced: 2025-03-04T03:37:36.271Z (11 months ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple tracker
## Start
- Make sure you run Redis on your computer
- Run following snippets
```
git clone https://github.com/MichalSzorad/js-tracker
cd js-tracker
npm install
npm test
npm start
```
- Go to http://localhost:8000/
## Endpoints
- `/track` method `POST`
- `/count` method `GET`