|
%!s(int64=6) %!d(string=hai) anos | |
---|---|---|
config | %!s(int64=7) %!d(string=hai) anos | |
frontend | %!s(int64=6) %!d(string=hai) anos | |
lib | %!s(int64=6) %!d(string=hai) anos | |
migrations | %!s(int64=6) %!d(string=hai) anos | |
models | %!s(int64=6) %!d(string=hai) anos | |
routes | %!s(int64=6) %!d(string=hai) anos | |
test | %!s(int64=6) %!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=7) %!d(string=hai) anos | |
package-lock.json | %!s(int64=7) %!d(string=hai) anos | |
package.json | %!s(int64=7) %!d(string=hai) anos | |
server.js | %!s(int64=7) %!d(string=hai) anos |
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
npm run 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