|
|
4 gadi atpakaļ | |
|---|---|---|
| config | 4 gadi atpakaļ | |
| frontend | 4 gadi atpakaļ | |
| lib | 6 gadi atpakaļ | |
| migrations | 5 gadi atpakaļ | |
| models | 5 gadi atpakaļ | |
| routes | 6 gadi atpakaļ | |
| test | 4 gadi atpakaļ | |
| .gitignore | 8 gadi atpakaļ | |
| LICENSE | 8 gadi atpakaļ | |
| Procfile | 8 gadi atpakaļ | |
| README.md | 5 gadi atpakaļ | |
| package (2).json | 4 gadi atpakaļ | |
| package-lock.json | 4 gadi atpakaļ | |
| package-lock.json.bak | 4 gadi atpakaļ | |
| package.json | 4 gadi atpakaļ | |
| server.js | 5 gadi atpakaļ |
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 installnpx vue-cli-service 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