README ¶ Question Site A web app made with Gin and Vue that allows users to ask and answer questions. Installation Requirements Go Node.js 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 Prototype Question and Answer Model Database Setup (sqlite for development) CRUD User Authentication Add API to Vue Site-wide styling Style components Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis controllers models Click to show internal directories. Click to hide internal directories.