|
|
před 6 roky | |
|---|---|---|
| config | před 7 roky | |
| frontend | před 6 roky | |
| lib | před 6 roky | |
| migrations | před 7 roky | |
| models | před 7 roky | |
| routes | před 6 roky | |
| test | před 7 roky | |
| .gitignore | před 8 roky | |
| DOCUMENTATION.md | před 8 roky | |
| LICENSE | před 8 roky | |
| Procfile | před 8 roky | |
| README.md | před 7 roky | |
| package-lock.json | před 7 roky | |
| package.json | před 7 roky | |
| server.js | před 7 roky |
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 forumheroku 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