Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilolutz/desafio07
https://github.com/danilolutz/desafio07
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danilolutz/desafio07
- Owner: danilolutz
- License: mit
- Created: 2020-06-29T22:22:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:45:40.000Z (about 2 years ago)
- Last Synced: 2024-10-25T15:19:05.659Z (3 months ago)
- Language: TypeScript
- Size: 4.41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Database and file upload
[![MIT](https://img.shields.io/github/license/danilolutz/desafio07)](https://img.shields.io/github/license/danilolutz/desafio07)
## :rocket: Overview
Seventh 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 start
```And access on your browser .
### 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/)