Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilolutz/desafio10
https://github.com/danilolutz/desafio10
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danilolutz/desafio10
- Owner: danilolutz
- Created: 2020-08-21T00:07:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T09:04:53.000Z (about 4 years ago)
- Last Synced: 2024-11-07T10:52:27.180Z (3 months ago)
- Language: TypeScript
- Size: 441 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoRestaurant Web
[![MIT](https://img.shields.io/github/license/danilolutz/desafio10)](https://img.shields.io/github/license/danilolutz/desafio10)
## :rocket: Overview
Tenth challenge of Rocketseat GoStack.
## :sunglasses: Get Started
To run this project just download or clone it and then on root folder execute:
```bash
yarn
```> **NOTE**: This will install all dependencies.
### Running the project
To run the project just execute:
```bash
yarn json-server server.json -p 3333
``````bash
yarn dev:server
```### Testing the project
To test the project just execute:
```bash
yarn test
```## :scroll: License
This project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
---
Made with :purple_heart: by [Danilo Lutz](https://www.linkedin.com/in/danilolutz/)