langdida-server

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2023 License: MIT Imports: 7 Imported by: 0

README

langdida-server

langdida-server is the backend project that complements langdida-ui. langdida is a personal language learning tool inspired by lingQ, a popular language learning platform. However, I have customized certain aspects of the tool to better suit my needs.

The server-side functionality is implemented using Golang and is designed to support the following features:

  1. User authentication and authorization
  2. Article management and retrieval
  3. Vocabulary tracking and review
  4. Learning progress tracking

Installation

Prerequisites

Before getting started, ensure that you have the following prerequisites installed on your development machine:

  • Golang
  • Database (Postgresql or Sqlite)
Setting up the database
  1. Create a new PostgreSQL database for langdida-server.
  2. Update the database connection settings in the config.yml file.
Running the server
  1. Clone the repository.
  2. Run go mod download to install the dependencies.
  3. Run go run main.go to start the server.

API Documentation

The server exposes a RESTful API for communication with the langdida-ui. The API endpoints and their respective functionalities are documented in the API Documentation file.

Contribution

If you would like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature ( git checkout -b feature/fooBar ).
  3. Commit your changes ( git commit -m 'Add some fooBar' ).
  4. Push to the branch ( git push origin feature/fooBar ).
  5. Create a new Pull Request.

Meta

Distributed under the MIT license. See LICENSE for more information.

Screenshots(UI)

see also langdida-ui

table graph dialog

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
delivery
internal
models

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL