Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaomni/growth-tech
🏢 API para gerenciamento de posts com interface de usuário
https://github.com/joaomni/growth-tech
babel eslint expressjs nodejs reactjs typescript yarn
Last synced: 1 day ago
JSON representation
🏢 API para gerenciamento de posts com interface de usuário
- Host: GitHub
- URL: https://github.com/joaomni/growth-tech
- Owner: joaomni
- License: mit
- Created: 2020-06-18T23:19:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:47:48.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T17:15:09.989Z (4 months ago)
- Topics: babel, eslint, expressjs, nodejs, reactjs, typescript, yarn
- Language: TypeScript
- Homepage: https://growthtech.herokuapp.com/
- Size: 1.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Growth Tech
> API para gerenciamento de posts com interface de usuário 🏢
## 💻 Tecnologias
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com)## 🚀 Instalação e execução
_ps: Se precisar de ajuda para fazer um clone, esse [tutorial aqui](https://help.github.com/pt/github/creating-cloning-and-archiving-repositories/cloning-a-repository) vai te ajudar 💖_
1. Abra o terminal do seu computador. Se estiver no Windows pode ser o CMD ou Powershell.
2. Altere o diretório de trabalho atual para o local em que deseja ter o código do módulo salvo no seu computador.
3. Faça um clone desse repositório rodando:
`git clone https://github.com/imxuaum/growth-tech.git`
4. Entre na pasta rodando pelo terminal: `cd growth-tech`
5. Rode `yarn && cd backend/ && yarn && cd .. && cd frontend/ && yarn && cd .. ` para instalar as dependências do projeto;
6. Rode `yarn dev` para iniciar o servidor de desenvolvimento.## :octocat: Deploy
> Link do deploy da aplicação: https://growthtech.herokuapp.com
## :page_facing_up: Licença
The [MIT License](https://github.com/imxuaum/growth-tech/blob/master/LICENSE) (MIT)
Made with love by [João Paulo](https://github.com/imxuaum) 💜🚀