Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilolutz/desafio06
https://github.com/danilolutz/desafio06
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/danilolutz/desafio06
- Owner: danilolutz
- License: mit
- Created: 2020-06-28T14:16:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:15:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T22:31:55.817Z (3 months ago)
- Language: TypeScript
- Size: 1.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
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/desafio06)](https://img.shields.io/github/license/danilolutz/desafio06)
## :rocket: Overview
Sixth 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 migrate:run # after set database configs.
yarn dev:server
```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/)