Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.19 KB

File metadata and controls

44 lines (29 loc) · 1.19 KB

Personal Api

on push main

Some basic endpoints hosted at vercel that I use for my personal projects.

Development

Configuration

To setup the dev environment, perform the following:

  1. Install mise, make sure to also:
    • add auto-activation for your shell
    • add autocompletion (if it wasn't done automatically)
  2. mise install
  3. mise run env-download
    1. When prompted, sign in link this repo to the personal-api vercel project.
    2. rename the created: .vercel/.env.production.local to .env
    3. (optional) remove all variables that don't start with:
      • SPOTIFY_
      • GITHUB_
      • PLAYSTATION_

Running

Once the dev environment is configured, launch the api with:

mise serve

To show all available commands write mise run and hit tab.