Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

ultimate-ttt/ttt-backends

Repository files navigation

ttt-backends

This is a mono-repository containing all backends for the Ultimate TTT frontend.

First Time Setup:

  1. Follow the Supabase Local Development Guide: https://supabase.io/docs/guides/local-development
  2. Connect to the database (for example with DBeaver or BeeKeeper)
  3. Execute the script in database/database.sql
  4. Install the Azure Function Core Tools: https://github.com/Azure/azure-functions-core-tools
  5. In each function directory run:
    mv src/local.settings.example.json src/local.settings.json
    mv .env.example .env
    
  6. yarn

Commands

  • yarn db, starts Supabase
  • yarn api, starts all functions locally and watches for changes
  • yarn start ran in a specific function directory, starts an individual function app and watches for changes

Roadmap

  • Create functions
  • Integrate with frontend (separate route)
  • Create CI scripts
  • Combine online/offline in frontend
  • Combine backend and frontend repo

About

Multiplayer Backend for Ultimate-TTT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published