Git Product home page Git Product logo

langdida-server's Introduction

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 configs.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.

Usage of the program:

  -configs string
        specify the config file, refer to configs.md (default "./assets/configs.yaml")

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

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.