question-site

command module
v0.0.0-...-d92368f Latest Latest
Warning

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

Go to latest
Published: May 3, 2023 License: MIT Imports: 8 Imported by: 0

README

Question Site

A web app made with Gin and Vue that allows users to ask and answer questions.

Installation

Requirements
Download and Setup
git clone https://github.com/esgameco/question-site.git

# Install node dependencies
cd questionclient
npm i

# Set secret key
export SECRET="insert encryption key" # Linux
$Env:SECRET = "insert encryption key" # Windows

Run

Development
Linux: ./devrun.sh
Windows: .\devrun.bat

TODO

  1. Prototype
    • Question and Answer Model
    • Database Setup (sqlite for development)
    • CRUD
    • User Authentication
    • Add API to Vue
    • Site-wide styling
    • Style components

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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