Skip to content

Repository files navigation

<<<<<<< HEAD

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.

Digital Enigma - Database Setup

Setup Instructions

  1. Create database: CREATE DATABASE digital_enigma;

  2. Run schema: psql -U postgres -d digital_enigma -f schema.sql

  3. Insert puzzles: psql -U postgres -d digital_enigma -f seed.sql

Tables

  • players
  • puzzles
  • attempts
  • leaderboard (view)

Notes

  • PostgreSQL required
  • Default port: 5432

40a20437384b66112f616f5655a53b21d98c4b80

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages