Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Begin Backend #17

Open
tig-github opened this issue May 14, 2023 · 2 comments
Open

Begin Backend #17

tig-github opened this issue May 14, 2023 · 2 comments
Assignees
Labels
feature new feature to website

Comments

@tig-github
Copy link
Owner

Backend Design

  • Decide between Gin, Echo, and Chi for backend framework (Golang)
  • Decide between PostgreSQL and MySQL for DBMS
  • Design ER-Diagram for SQL data model with following requirements
    • Users table tracking enrolled courses and basic user information, and course progress
    • Courses table tracking user progress and enrolled users
    • Admin table that can manage available courses (those visible to users on course page)

Backend Initialization

  • Once decisions made, setup DDLs, database, and backend directory
@tig-github tig-github added the feature new feature to website label May 14, 2023
@tig-github
Copy link
Owner Author

Framework choice - no framework (Go)

@tig-github
Copy link
Owner Author

Postgres

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature new feature to website
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants