Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guilhermeorcezi/gitrepo-javascript
- Owner: guilhermeorcezi
- Created: 2020-01-22T22:03:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:31:54.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T16:05:50.580Z (over 1 year ago)
- Topics: javascript
- Language: JavaScript
- Size: 1.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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/)
```