Table of Contents
lockd is a platform you can use to track and manage your lockpicking competitions. It has been used at several hacker conferences in Australia with great success.
If you're interested in using this, feel free to reach out, or just use it. You will need to give competiion staff access so that lock opens can be recorded. But there is no authentication so don't just expose this to the internet.
To get a local copy up and running follow these steps.
Run these following commands to try locally:
npm install
npm run dev
Migrate the database:
npx prisma migrate dev --name init
Database seeding:
npx prisma db seed
For production:
npm install
npx prisma migrate deploy
npx prisma generate
npm run build
npm run start
- Authentication
- User self-registration
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: https://github.com/hack3n/lockd