Some basic endpoints hosted at vercel that I use for my personal projects.
To setup the dev environment, perform the following:
- Install mise, make sure to also:
- add auto-activation for your shell
- add autocompletion (if it wasn't done automatically)
mise installmise run env-download- When prompted, sign in link this repo to the
personal-apivercel project. - rename the created:
.vercel/.env.production.localto.env - (optional) remove all variables that don't start with:
SPOTIFY_GITHUB_PLAYSTATION_
- When prompted, sign in link this repo to the
Once the dev environment is configured, launch the api with:
mise serveTo show all available commands write
mise runand hit tab.