Set up the backend:
docker-compose upSet up the frontend in a new terminal window:
cd frontend
set NODE_OPTIONS=--openssl-legacy-provider
npm install
npm startserves the node.js build through flask
cd frontend
npm ci
npm run build
python wsgiAvailable:
- Add questions
- Answer Questions
- Ask and answer anonymously
- Like questions
- User page
- Question detail page
- Make groups
- Group home page
- Post to group
To come:
- Special pages for game specific questions
- Polls
- Search in users and questions
- Ability to follow users
- Reask question
- Push Notification/Activity feed
- Tags for question themes
- AI users with generated questions
- Syncing your account with twitter (Twitter bot that posts to jous automatically)