# copy .env
cp .env.example .env
# install deps
npm install
# start postgres database
docker compose up -d
# run migrations
npx prisma migrate dev
# generate prisma files
npx prisma generate
# start api
npm run dev-
Notifications
You must be signed in to change notification settings - Fork 0
API for a unified media tracking platform, with progress, statistics, and social authentication.
License
TrackGeek/api
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
API for a unified media tracking platform, with progress, statistics, and social authentication.
Topics
Resources
License
Contributing
Stars
Watchers
Forks
Releases
No releases published