|
vor 4 Jahren | |
---|---|---|
config | vor 4 Jahren | |
frontend | vor 4 Jahren | |
lib | vor 6 Jahren | |
migrations | vor 5 Jahren | |
models | vor 5 Jahren | |
routes | vor 6 Jahren | |
test | vor 4 Jahren | |
.gitignore | vor 8 Jahren | |
LICENSE | vor 8 Jahren | |
Procfile | vor 8 Jahren | |
README.md | vor 5 Jahren | |
package (2).json | vor 4 Jahren | |
package-lock.json | vor 4 Jahren | |
package-lock.json.bak | vor 4 Jahren | |
package.json | vor 4 Jahren | |
server.js | vor 5 Jahren |
Simple and beautiful forum software - created using Express, Vue, and Sequelize.
Click here for a link to the demo.
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