|
преди 6 години | |
---|---|---|
config | преди 7 години | |
frontend | преди 6 години | |
lib | преди 7 години | |
migrations | преди 7 години | |
models | преди 7 години | |
routes | преди 6 години | |
test | преди 7 години | |
.gitignore | преди 8 години | |
DOCUMENTATION.md | преди 8 години | |
LICENSE | преди 8 години | |
Procfile | преди 8 години | |
README.md | преди 7 години | |
package-lock.json | преди 7 години | |
package.json | преди 7 години | |
server.js | преди 7 години |
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