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

https://github.com/miguelitodev/studying-api

📚 Estudando um pouco sobre API, me baseando em uma playlist de 4 aulas da rocketseat
https://github.com/miguelitodev/studying-api

Last synced: 3 months ago
JSON representation

📚 Estudando um pouco sobre API, me baseando em uma playlist de 4 aulas da rocketseat

Awesome Lists containing this project

README

        


Node

 


Studying Api


Github top language

Github language count

Repository size

License

Github issues -->

Github forks

Github stars


About   |  
Features   |  
Technologies   |  
Requirements   |  
Starting   |  
License   |  
Author


## :dart: About

Describe your project

## :sparkles: Features

:heavy_check_mark: Feature 1;\
:heavy_check_mark: Feature 2;\
:heavy_check_mark: Feature 3;

## :rocket: Technologies

The following tools were used in this project:

- [Expo](https://expo.io/)
- [Node.js](https://nodejs.org/en/)
- [React](https://pt-br.reactjs.org/)
- [React Native](https://reactnative.dev/)
- [TypeScript](https://www.typescriptlang.org/)

## :white_check_mark: Requirements

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.

## :checkered_flag: Starting

```bash
# Clone this project
$ git clone https://github.com/miguelrisquelme/studying-api

# Access
$ cd studying-api

# Install dependencies
$ yarn

# Run the project
$ yarn start

# The server will initialize in the
```

## :memo: License

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with :heart: by Miguel Riquelme

 

Back to top