Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go-assignment-2 #81

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shivansh-pandeyy
Copy link

Journal App.
File Structure:
├── cmd
│ ├── entry.go # to handle entry with flags
│ └── root.go # Cobra root file
├── go.mod
├── go.sum
├── LICENSE
├── main.go # entry point
├── utils
│ ├── encrypt.go # this code does encryption/decryption of journal data & user credentials
│ ├── entry.go # this code inserts & retrieve journals of respective users to and from text files
│ ├── user.go # this code does user management (sign-up,login, authentication)
│ └── utils.go # helper file which provides utility functions to other files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant