superrache / dept-quiz

Quiz sur les départements

Home Page:https://dept-quiz.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dept-quiz

The game is here:

https://dept-quiz.herokuapp.com/

Project setup

npm install

Development

A PostgreSQL database test has to be created before launching server

Run node.js server with hot-reloads

npm run express

Run vue app with hot-reloads

npm run serve

Production

Deployment

Connect the repo to the app

heroku git:remote -a <heroku-app>

This command will push in the heroku git depo then build (npm run build) and deploy the app:

git push heroku main

Heroku uses the following command to start both front and backend

npm run start

About

Quiz sur les départements

https://dept-quiz.herokuapp.com

License:GNU General Public License v3.0


Languages

Language:Lua 42.8%Language:Vue 37.6%Language:JavaScript 9.8%Language:Ruby 5.4%Language:HTML 4.0%Language:Shell 0.3%