Skip to content

MowlCoder/goph-keeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 Goph Keeper

💡 Overview

Goph Keeper is app for storing password, cards, texts and files. You can store locally and sync data between different clients whenever you want.

💻 Technologies

  • Language: Go
  • Database: Postgres
  • Documentation: godoc, Swagger 2.0

▶️ Getting started

To get started with the Goph Keeper, follow these steps:

  1. Clone the Repository:
git clone https://github.com/MowlCoder/goph-keeper.git
  1. Install Dependencies:
go get .
  1. Configure Settings: Create an .env.client and .env.server files and populate them based on the .env.client.example and .env.server.example files
  2. Build application:
make build-server && make build-client
  1. Run application:
make run-server
make run-client

📝 Documentation

For client documentation you need to run client and enter help command.

API documentation is available in the docs directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published