Atlas
A web application for the Atlas Restaurant that allows users to review information about Atlas Restaurant, information such as the restaurant menu options and the background story of the restaurant. The Atlas application also allows users to make bookings with the Atlas restaurant.
Application Stack: HTML, CSS, JavaScript, ExpressJS, MySQL
Installation & start guide:
- Install node.js.
- Execute
npm installoryarn installin the main folder. - Execute
npm startoryarn startto launch the application. - Navigate to the
localhost:3000in the browser, to interact with the web application hosted locally.