Skip to content

Rapid note provides you taking a notes dynamically from terminal.

License

Notifications You must be signed in to change notification settings

ahmetzumber/rapid-note-cli

Repository files navigation

Rapid Note ⚡️ --- (IN DEVELOPMENT)

Rapid note provides you taking a notes dynamically from terminal.

Project Structure

├─ .github              // ci-cd pipeline folder
└─ cmd                  // root file here
    └─ currentUser      // reading and writing current user data
├─ go.mod               // 3rd party libraries
├─ go.sum               // sums and versions of 3rd party libraries
└─ internal
   ├─ config            // db and request types
   ├─ postgre           // postgre instance and DSN
   ├─ repository        // data fetching layer from db
   └─ modal             // modal types here

Database Model

img

Create a profile

$ rapidnote create "Ahmet" "ahmetzumber5@gmail.com"

Write your note

$ rapidnote write "your note"

List your notes

$ rapidnote list-notes
- "your note 1"
- "your note 2"

About

Rapid note provides you taking a notes dynamically from terminal.

Resources

License

Stars

Watchers

Forks

Packages

No packages published