https://github.com/swlkr/visics-api
Track your visits with just an <img>
https://github.com/swlkr/visics-api
Last synced: 6 months ago
JSON representation
Track your visits with just an <img>
- Host: GitHub
- URL: https://github.com/swlkr/visics-api
- Owner: swlkr
- Created: 2015-04-25T02:30:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T15:12:03.000Z (over 5 years ago)
- Last Synced: 2025-03-12T00:34:46.340Z (10 months ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# visics API
### Getting started
```bash
git clone git@github.com:swlkr/visics-api.git
cd visics-api
npm install
psql -c "create database visics_development;"
touch .env && echo "DATABASE_URL=postgres://postgres:@localhost:5432/visics_development" >> .env
./node_modules/.bin/db-migrate up
npm run dev
```