/bravo-api

Primary LanguageTypeScript

Bravo Test API

🚀 Running

  1. Run the following commands:
# Install dependencies
yarn

# Run dev mode
yarn dev
  1. Copy .env.example to .env (The password is the same, because this is a test)

🧪 Automated tests

yarn test