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.
- Install swag
in the root directory of the project run:
make swagger
- Install sqlc
make sql-gen
- Migrate
make migrate
in the root directory of the project run:
- Install dependencies
npm i
- Run the development server
npm run dev