https://github.com/andersonguedesmg/make-your-burger
Sistema para Hamburgueria
https://github.com/andersonguedesmg/make-your-burger
javascript json-server-mock vuejs
Last synced: 3 months ago
JSON representation
Sistema para Hamburgueria
- Host: GitHub
- URL: https://github.com/andersonguedesmg/make-your-burger
- Owner: andersonguedesmg
- Created: 2023-08-29T21:58:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T20:10:12.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T14:22:07.326Z (over 1 year ago)
- Topics: javascript, json-server-mock, vuejs
- Language: Vue
- Homepage:
- Size: 372 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Make Your Burger
### Descrição
Sistema para Hamburgueria
### Tecnologias
- [Vue.js](https://vuejs.org/)
- [JSON Server](https://github.com/typicode/json-server)
### Rodando localmente
Clone o repositório
```bash
git clone https://github.com/andersonguedesmg/make-your-burger
```
Acesse a pasta do projeto no terminal
```bash
cd make-your-burger
```
Instale as dependências
```bash
npm install
```
Inicie a aplicação (Vue.js)
```bash
npm run serve
```
Inicie a aplicação (JSON Server)
```bash
npm run backend
```
Acesse no navegador
```bash
http://localhost:8080
```