Skip to content

TextVault is a secure and convenient service for storing and sharing text snippets. It allows users to create, edit, and share texts with options for setting expiration dates and password protection. The project is developed in Go and utilizes modern technologies to ensure high performance and security.

License

Notifications You must be signed in to change notification settings

wtf-keaton/TextVault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextVault

TextVault is a secure and convenient service for storing and sharing text snippets. It allows users to create, edit, and share texts with options for setting expiration dates and password protection. The project is developed in Go and utilizes modern technologies to ensure high performance and security.

Preparing the environment

Backend

  1. Install swag

in the root directory of the project run:

make swagger
  1. Install sqlc
make sql-gen
  1. Migrate
make migrate

Frontend

in the root directory of the project run:

  1. Install dependencies
npm i
  1. Run the development server
npm run dev

About

TextVault is a secure and convenient service for storing and sharing text snippets. It allows users to create, edit, and share texts with options for setting expiration dates and password protection. The project is developed in Go and utilizes modern technologies to ensure high performance and security.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published