Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 916 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 916 Bytes

catmash

Simple Facebook's Facemash like app, to vote for the cutest cat ever!

Build a Complete NodeJS VUEJS app.

This is a exercice (try) to learn development with TDD approach.

Installation

  • Download the source code.
  • create a mysql database named facemash with username = root & password = ""
  • Run yarn or npm install
  • Run server: cd catmash-server/ && adonis serve --dev
  • Run client: cd catmash-client/ && npm run serve
  • Open http://localhost:8080 in your browser.

Preview

Screenshot

See https://vuejs.org/guide/ and https://adonisjs.com/docs/ for more information.

License

The catmash app is open-sourced software licensed under the MIT license.