Simple Facebook's Facemash like app, to vote for the cutest cat ever!
This is a exercice (try) to learn development with TDD approach.
- Download the source code.
- create a mysql database named
facemash
with username =root
& password =""
- Run
yarn
ornpm install
- Run server:
cd catmash-server/ && adonis serve --dev
- Run client:
cd catmash-client/ && npm run serve
- Open http://localhost:8080 in your browser.
See https://vuejs.org/guide/ and https://adonisjs.com/docs/ for more information.
The catmash app is open-sourced software licensed under the MIT license.