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