A cocktail recipe sharing app built with Node.js, Express, MySQL, Sequelize and Vue.js
Users can share and edit their favourite recipes with others by completing registration and loggin in, while administartor has an access to delete recipes.
Clone down this repository. You will need node and npm installed globally on your machine.
Installation:
npm install
To Start Server:
npm start
To Create & Populate DB:
sequelize db:create sequelize db:migrate sequelize db:seed:all
To Visit App:
localhost:8080


