Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.02 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.02 KB

The Sunday Bite

  • Full-stack application built using Vue.js, Node.js and MySQL.

Description

  • Mock restaurant website with a dynamic menu and careers page.
  • Front-end deployed via Netlify, Back-end deployed via Heroku.

sunday bite menu page

Technologies Used

Front-end:

  • vue
  • vue-router
  • json-server (during development)

Back-end:

  • Node
  • MYSQL2
  • Sequelize
  • express
  • express-async-errors
  • cors
  • dotenv

Server/API

Menu

Careers Open Positions

sunday bite menu api

Future Developments

  • Admin dashboard to manage menu and careers data.
  • Authentication to access admin dashboard