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