Skip to content

selfletter/selfletter-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

selfletter-backend

Building:

You should have a working Go 1.20+ environment.

git clone https://github.com/selfletter/selfletter-backend
cd selfletter-backend
go get -d ./...
go build cmd/main.go

Running:

You should have a running PostgreSQL database.

Adjust config.json to your settings. Refer to docs/config.md.

Then launch the executable that you built.

For api documentation refer to docs/api/README.md.

Contributing:

Contributions are welcome! Both issues and pull requests.

Licensing:

This software is licensed with AGPL-3.0 license.

About

a self hosted email newsletter service - backend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages