Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leomssilva/next-level-week-05-trilha-de-nodejs
It is a support chat created in next level week 5, by Rocketseat, mission node.
https://github.com/leomssilva/next-level-week-05-trilha-de-nodejs
Last synced: about 6 hours ago
JSON representation
It is a support chat created in next level week 5, by Rocketseat, mission node.
- Host: GitHub
- URL: https://github.com/leomssilva/next-level-week-05-trilha-de-nodejs
- Owner: LeoMSSilva
- Created: 2021-04-22T01:54:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T02:24:35.000Z (5 months ago)
- Last Synced: 2024-06-21T21:24:14.645Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Next Level Week by
[![Author](https://img.shields.io/badge/author-LeoMSSilva-blue?style=flat-square)](https://github.com/LeoMSSilva)
[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000)](https://github.com/LeoMSSilva)
[![Languages](https://img.shields.io/github/languages/count/LeoMSSilva/Next-Level-Week-05-Trilha-De-NodeJs?color=blue&style=flat-square)](#)
[![Stars](https://img.shields.io/github/stars/LeoMSSilva/Next-Level-Week-05-Trilha-De-NodeJs?color=blue&style=flat-square)](https://github.com/LeoMSSilva/Next-Level-Week-05-Trilha-De-NodeJs/stargazers)
[![Forks](https://img.shields.io/github/forks/LeoMSSilva/Next-Level-Week-05-Trilha-De-NodeJs?color=blue&style=flat-square)](https://github.com/LeoMSSilva/Next-Level-Week-05-Trilha-De-NodeJs/network/members)
[![Contributors](https://img.shields.io/github/contributors/LeoMSSilva/Next-Level-Week-05-Trilha-De-NodeJs?color=blue&style=flat-square)](https://github.com/LeoMSSilva/Next-Level-Week-05-Trilha-De-NodeJs/graphs/contributors)---
# :pushpin: Table of Contents
- :house: [About](#house-about)
- :dart: [Installation](#dart-installation)
- :gear: [Install dependencies](#hammer_and_wrench-install-dependencies)
- :rocket: [Getting started](#rocket-getting-started)
- :computer: [Techs](#computer-techs)
- :bust_in_silhouette: [Author](#bust_in_silhouette-author)
- :handshake: [Contributing](#handshake-contributing)
- :scroll: [License](#scroll-license)---
# :house: About
This one project was created in next level week, promoted per Rocketseat, at trail of nodeJs.
---
# :dart: Installation
**You need to install [Node.js](https://pt-br.nodejs.org/) and [Yarn](https://yarnpkg.com/) first. Then in order, clone the project.**
By HTTPS, running this command:
```bash
git clone https://github.com/LeoMSSilva/Next-Level-Week-05-Trilha-De-NodeJs.git
```Or by ssh, running this command:
```
git clone [email protected]:LeoMSSilva/Next-Level-Week-05-Trilha-De-NodeJs.git
```SSH is a secure protocol, but you need to register a key ssh in your github before.
## :hammer_and_wrench: Install dependencies
```bash
yarn start
```## :rocket: Getting Started
```bash
yarn dev
```---
# :computer: Techs
- Javascript
- Typescript
- Node.js
- Express.js
- Typeorm
- Sqlite3
- Socket.io---
# :bust_in_silhouette: Author
**LeoMSSilva**
- Github: [@LeoMSSilva](https://github.com/LeoMSSilva)
- LinkedIn: [@LeoMSSilva](https://linkedin.com/in/LeoMSSilva)---
# :handshake: Contributing
Contributions, issues and feature requests are welcome! Feel free to **file a new issue** on the [Chat](https://github.com/LeoMSSilva/Next-Level-Week-05-Trilha-De-NodeJs/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**!
---
# :scroll: License
Copyright :copyright: 2021 [LeoMSSilva](https://github.com/LeoMSSilva).
This project is [MIT](https://github.com/LeoMSSilva/Next-Level-Week-05-Trilha-De-NodeJs/blob/main/LICENSE) licensed.---