Giter Site home page Giter Site logo

go-memo's Introduction

Memo serves to store simple memos, much more like a second sapce for my brain. I would love to blog but I don't feel like typing 5000 words articles long, I just want a simple way to remind common stuff I have seen at work, personal life and keep them at hand.

We'll build this application in go, trying to keep it as simple as possible yet maintainable. We'l try to go fast too to avoid losing motivation.

DATA STRUCTURES

The main data structure will be the Memo, which should be comprised of:

  • A question / Title
  • A Body
  • A creation Date
  • A last updated date.

NEEDS

I need to be able to save a memo I need to be able to edit a memo's title and body; update time shoudl be computed automatically. I need to be able to browse the full list of memos, presented by Title and paginated 20 per 20. I need to be able to search for individual memos by keywords contained in the title.

We'll see user ownership and authentication later

STORAGE

Those memo will be persisted to a boltdb database.

PRESENTATION

The memo will be accessible through a simple website. We'll make use of go native templating engine.

go-memo's People

Contributors

coffee-mug avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.