/Matcha

App like Tinder

Primary LanguageVue

Matcha

App like Tinder

Used Technologie

* Backend :
  - Node.js ( express )
  - db : Mysql
  - JWT ( stateless authentification )
  - Socket io
* Frontend :
  - Vue.js
  - UI Library : Vuetify

How to run the App

# install dependencies
cd server/ && npm install 
cd client/ && npm install

# build for production with minification
cd server/ && npm run build

# start server
cd server/ && npm start

# build for production and view the bundle analyzer report
npm run build --report