Skip to content

Klrfl/mekdi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mekdi

A small web app with HTML views, made with Go and PostgreSQL, and a little help from HTMX for the frontend.

Development

To develop locally first you need to install Go and PostgreSQL on your machine.

First copy the .env.example and rename the new file to .env. Fill the file with the appropriate data. Then you can recover the database from the dump file at the project root (mekdi.sql), and make sure PostgreSQL is also running (sudo service postgresql start for Linux).

After getting all dependencies, you can run the development server via the commands below:

go mod tidy
go run .

The dev server will start in localhost:8080.

About

Go McD web application with templates.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published