Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilolutz/desafio08
https://github.com/danilolutz/desafio08
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danilolutz/desafio08
- Owner: danilolutz
- Created: 2020-07-14T00:11:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:04:30.000Z (about 2 years ago)
- Last Synced: 2024-10-25T15:16:39.117Z (3 months ago)
- Language: TypeScript
- Size: 3.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Database and file upload
[![MIT](https://img.shields.io/github/license/danilolutz/desafio08)](https://img.shields.io/github/license/danilolutz/desafio08)
## :rocket: Overview
Eighth 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
```> **NOTE**: Add `--host YOUR_LAN_IP` if you'll use a real device and change the file `services/api.ts` to same IP.
And execute commands as below to emulate or run on your device.
```bash
yarn android
yarn start
```### 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/)