Forum software created using Express, Vue, and Sequelize
Simple and beautiful forum software - created using Express, Vue, and Sequelize.
To install on Heroku:
git clone https://github.com/sbkwgh/forum.git && cd forum
heroku login
heroku git:remote -a <app-name>
heroku config:set NODE_ENV=production
heroku config:set SESSION_SECRET=<session-secret>
heroku config:set DATABASE_URL=<database-url>
cd frontend && npm install
npx vue-cli-service build
dist/
from .gitignore
cd .. && git add -A && git commit -m "Update .gitignore"
git push heroku master
N.B. the database here is assumed to be MySQL - to use Postgres or another you must install the corresponding driver on npm