A web app made with Gin and Vue that allows users to ask and answer questions.
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
Linux: ./devrun.sh
Windows: .\devrun.bat
- Prototype
- Question and Answer Model
- Database Setup (sqlite for development)
- CRUD
- User Authentication
- Add API to Vue
- Site-wide styling
- Style components