An open API service indexing awesome lists of open source software.

https://github.com/romulooliveira94/papasands-restaurant-webapp

Multi user restaurant website with order management.
https://github.com/romulooliveira94/papasands-restaurant-webapp

bootstrap5 firebase sass typescript vite vue

Last synced: 3 months ago
JSON representation

Multi user restaurant website with order management.

Awesome Lists containing this project

README

          

# PapaSand's Restaurant website


website

> This project is a full stack and totally responsive webapp, for the restaurant papasand's. In this app we can create a user and login, see the cart, choose the food that we want, put the information for the order and do the order. If we want we can cancel the order or change the address or payment form.


### 👉 [You can acess here!](https://papasand-s.web.app)

or here 👉 https://papasand-s.web.app

### Built With

* [Vite.js](https://vitejs.dev)
* [Vue.js](https://vuejs.org/)
* [Typescript](https://www.typescriptlang.org)
* [SASS](https://sass-lang.com)
* [Firebase](firebase.google.com/)
* [Bootstrap](https://getbootstrap.com)


## 💻 Prerequisites


npm
```sh
npm install npm@latest -g
```

## 🚀 Installing


Clone the repo
```sh
git clone https://github.com/RomuloOliveira94/papasands-restaurant-webapp.git
```

Install NPM packages
```sh
npm install
```

## ☕ Using


### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```

## 📝 License


Distributed under the MIT License. See `LICENSE.txt` for more information.

(back to top)