/cheat-web-based

A web based cheat menu, server/client/ included.

Primary LanguageTypeScript

cheat-web-based

showcase

Visit the API documentation here.

Setup

  • Create a database provided with the example-schema.sql file.
  • Move the database to the root folder of this project.
  • Edit the .env file and change the DB variable to the filename of your database.
  • Install all dependencies by running yarn
  • Compile Tailwind using yarn run build:tailwind.
  • use yarn dev to run it on developement work.
  • use yarn build to build a production build.
  • use yarn start to run the production build.

TODO

  • Add multiple user support based on login/register.
  • Add a client server that listens for updates instead of getting them.