Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guilhermeorcezi/gitrepo-javascript

A simple project with GIT API to list repositories for the purpouse of training
https://github.com/guilhermeorcezi/gitrepo-javascript

javascript

Last synced: about 4 hours ago
JSON representation

A simple project with GIT API to list repositories for the purpouse of training

Awesome Lists containing this project

README

        

A simple project with GIT API to list repositories for the purpouse of training

## Features

- JavaScript.

## Getting started

### Instalação - Backend
To run the application set the commands bellow.
```
yarn // to get all the app'dependencies
yarn dev // click on the localhost/port at the terminal to open it on the browser (ex: http://localhost:8080/)
```