Skip to content

A web application that allows the user or Restaurateur to create and edit a menu for their restaurant

Notifications You must be signed in to change notification settings

erin-smith/menu-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Menu Maker

Description

An Interactive Menu Maker Dashboard app that allows the user to view, update, edit and create menus for their restaurant! The app displays scrollable menus with buttons for adding, editing, uploading pictures and changing Serving hours. A user can also add new categories. The app includes 2 modals and a sliding side panel.

Technologies Used

Dirctory Files:

.
├── client
   ├── public
   ├── src   
├── controllers
├── db
├── models
├── node_modules
├── routes
|-- scripts
├── .env
├── .gitignore
├── package.json
├── README.md
├── server.js 
  • /node_modules: This directory contains all of the modules of code that your project depends on (npm packages) are automatically installed.

  • /src: This directory will contain all of the code related to what you will see on the front-end of your site

  • .gitignore: This file tells git which files it should not track / not maintain a version history for.

Coding Style guide

Prerequisites

Node.js and npm

  • Install node.js with npm
  • use node 12 (current node LTS version)

🚀 Quick start

  • Download the file and open in VScode. From the inner zsh or menu-maker file, open the terminal.
  • npm install
  • npm run seed runs the DB seeds.
  • node server.js starts the server
  • cd client and - npm start starts the react front end

The server is now running at http://localhost:5000, while React runs on http://localhost:3000.

Contributing

If you would like to contribute to this project or have feedback, please contact me below:

Questions:

Ask Me Anything !

If you have any questions about the repo, open an issue or contact me:


My Profile Picture

About

A web application that allows the user or Restaurateur to create and edit a menu for their restaurant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published