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.
- Host: GitHub
- URL: https://github.com/romulooliveira94/papasands-restaurant-webapp
- Owner: RomuloOliveira94
- Created: 2022-04-27T18:12:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T23:20:31.000Z (about 4 years ago)
- Last Synced: 2025-04-12T15:14:14.144Z (about 1 year ago)
- Topics: bootstrap5, firebase, sass, typescript, vite, vue
- Language: Vue
- Homepage: https://papasand-s.web.app
- Size: 12.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PapaSand's Restaurant 

> 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.