Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilolutz/desafio09
https://github.com/danilolutz/desafio09
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danilolutz/desafio09
- Owner: danilolutz
- Created: 2020-08-15T21:15:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:38:20.000Z (about 2 years ago)
- Last Synced: 2024-10-25T15:14:21.167Z (3 months ago)
- Language: TypeScript
- Size: 1.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJS Database Relations
[![MIT](https://img.shields.io/github/license/danilolutz/desafio09)](https://img.shields.io/github/license/danilolutz/desafio09)
## :rocket: Overview
Eighth 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 dev:server
```### 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/)