|
|
il y a 6 ans | |
|---|---|---|
| config | il y a 7 ans | |
| frontend | il y a 6 ans | |
| lib | il y a 6 ans | |
| migrations | il y a 7 ans | |
| models | il y a 7 ans | |
| routes | il y a 6 ans | |
| test | il y a 7 ans | |
| .gitignore | il y a 8 ans | |
| DOCUMENTATION.md | il y a 8 ans | |
| LICENSE | il y a 8 ans | |
| Procfile | il y a 8 ans | |
| README.md | il y a 7 ans | |
| package-lock.json | il y a 7 ans | |
| package.json | il y a 7 ans | |
| server.js | il y a 7 ans |
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