Skip to content

Log your study items and be reminded based on Hermann Ebbinghaus' forgetting curve

Notifications You must be signed in to change notification settings

yhfreeman/memory-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memory-helper

just for fun :p

Overview

A brief description of what your project does, its purpose, and any key features. This section should give a high-level understanding of the project.

Table of Contents

Getting Started

Instructions to get your project up and running on a local machine. Include details about setting up the environment and any necessary configuration.

Prerequisites

List any prerequisites or dependencies needed to run the project:

  • Docker
  • Docker Compose (optional, for multi-container setups)

Installation

Steps to install and set up your project:

# Clone the repository
git clone https://github.com/yourusername/projectname.git

# Navigate into the project directory
cd projectname

docke-compose up --build

Usage

docker ps
docker exec -it <app_container> sh # for ops inside a container

Project Structure

├── Dockerfile              # Dockerfile for building the application image 🐋
├── docker-compose.yml      # Docker Compose file for multi-container orchestration 🐋
├── README.md               # This file, providing an overview for you or the next bot 🤖
├── go.mod                  # Go module definition
├── go.sum                  # Go module dependencies checksum
├── src                     # Source code for the application
│   ├── app.go              # Main application logic
│   ├── config.go           # Configuration management
│   ├── struct.go           # Struct definitions
│   └── util.go             # Utility functions
└── static                  # Static assets for the web application
    ├── index.css           # CSS styles
    ├── index.html          # HTML file for the web application
    └── index.js            # JavaScript functionality

About

Log your study items and be reminded based on Hermann Ebbinghaus' forgetting curve

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published