Skip to content

esgameco/question-site

Repository files navigation

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

About

A Q&A web app built with Gin and Vue.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published