|
|
%!s(int64=8) %!d(string=hai) anos | |
|---|---|---|
| config | %!s(int64=8) %!d(string=hai) anos | |
| frontend | %!s(int64=8) %!d(string=hai) anos | |
| lib | %!s(int64=8) %!d(string=hai) anos | |
| migrations | %!s(int64=8) %!d(string=hai) anos | |
| models | %!s(int64=8) %!d(string=hai) anos | |
| routes | %!s(int64=8) %!d(string=hai) anos | |
| test | %!s(int64=8) %!d(string=hai) anos | |
| .gitignore | %!s(int64=8) %!d(string=hai) anos | |
| DOCUMENTATION.md | %!s(int64=8) %!d(string=hai) anos | |
| LICENSE | %!s(int64=8) %!d(string=hai) anos | |
| Procfile | %!s(int64=8) %!d(string=hai) anos | |
| README.md | %!s(int64=8) %!d(string=hai) anos | |
| package-lock.json | %!s(int64=8) %!d(string=hai) anos | |
| package.json | %!s(int64=8) %!d(string=hai) anos | |
| server.js | %!s(int64=8) %!d(string=hai) anos |
Simple and beautiful forum software - created using Express, Vue, and Sequelize.
To install on Heroku:
git clone https://github.com/sbkwgh/forum.githeroku loginheroku git:remote -a <app-name>heroku config:set NODE_ENV=productionheroku config:set SESSION_SECRET=<session-secret>heroku config:set DATABASE_URL=<database-url>cd frontend && npm installnpm run builddist/ from .gitignorecd .. && git add -A && git commit -m "Update .gitignore"git push heroku masterN.B. the database here is assumed to be MySQL - to use Postgres or another you must install the corresponding driver on npm