wishr-api

command module
v0.0.0-...-bc94d4c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2024 License: MIT Imports: 8 Imported by: 0

README

Wishr

An open source, self-hosted wish list app for groups and families.

Database setup

Run mysql_secure_installation and configure as needed.

mysql -u root and enter the following:

create database wishr;
create user 'wishr'@'localhost' identified by 'password';
grant all privileges on wishr.* to 'wishr'@'localhost';
flush privileges;

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL