- Package manager: npm, yarn, bun, pnpm
- Go (minimal 1.21.0)
- Database provider: mariaDB, mysql, postgres, sql Server
-
Clone the package from the github repo
-
Create a dotenv file in the server folder with the following structure
COOKIE_ENCRYPT string A random 32 character string used to encrypt cookies DB_HOST string The ip address of the database DB_USER string The database priviliged user DB_PASS string The user password DB_NAME string The database name DB_PORT string The database port DB_DRIVER string The database provider (Postgres, mysql, sqlServer) -
Run the install command on your package manager in the web folder
-
Run the
go mod downloadin the server folder -
The server can be started using
airand the front end can be started using the dev command using your package manager
- If you would like to see a feature added or want to have a converstation about it to see what is possible, don't hesitate to make a feature request! All input is appreciated