Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danilolutz/desafio08


https://github.com/danilolutz/desafio08

Last synced: about 2 months ago
JSON representation

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/)