Skip to content

kchikech/Matcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

App like Tinder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published