Skip to content

GPantaleao/duoz-esports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duoz Logo


Douz eSports

Read it in English

Links   |   Projeto   |   Tecnologias   |   Instalação   |  

🔗 Links

O projeto pode ser acompanhado através do link: DOUZ.

🎮 Projeto

Douz eSports


Duoz é o projeto desenvolvido com aspectos e inspirações no projeto aprensentado pela Next Level Week, um evento online produzido pela Rocketseat.



Modal de criação de anúncio


Duoz pagina do jogo


Modal do Discord



Projeto totalmente responsivo e funcional.


Telas responsivas

🚀 Tecnologias

Web + Server

🔧 Instalação

  1. Renomeie o arquivo .env.example para .env dentro da pasta server
  2. Semeie os games no banco de dados rodando yarn seed dentro da pasta server
  3. Inicie o servidor do backend em um terminal, rodando o comando npm run dev ou yarn dev dentro da pasta server
  4. Inicie o servidor da web em outro terminal, rodando npm run dev ou yarn dev dentro da pasta web
  5. Para utilizar o aplicativo web, basta abrir http://localhost:5173 em algum browser

💡 Contribuição

  • Faça um fork desse repositório;
  • Crie um branch para a sua feature: git checkout -b minha-feature;
  • Faça um commit com suas alterações: git commit -m 'feat: Minha nova feature';
  • Faça um push para a sua branch: git push origin minha-feature;
  • Faça um pull request com sua feature;

Pull requests são sempre bem-vindos. Em caso de dúvidas ou sugestões, crie uma issue ou entre em contato comigo.

📝 Licença

GitHub License

Esse projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.


English version


Links   |   Project   |   Technologies   |   Installation   |  

🔗 Links

The project can be followed through the link: DUOZ.

🎮 Project

DUOZ Home Page

Duoz is the project developed with aspects and inspirations from the project presented by Next Level Week, an online event produced by Rocketseat.

DUOZ Home Page
Create Modal
Game Page
Discord Modal

Fully responsive and functional design.


Responsive Screens

🚀 Technologies

Web + Server

🔧 Installation

  1. Rename the .env.example file to .env inside the server folder
  2. Seed the games into the database by running yarn seed inside the server folder
  3. start the backend server in a terminal by running npm run dev or yarn dev inside the server folder
  4. start the web server in another terminal by running npm run dev or yarn dev from within the web folder
  5. To use the web application, just open http://localhost:5173 in some web browser

💡 Contribution

  • Do a fork of that repository;
  • Create a branch for your feature: git checkout -b minha-feature;
  • Make a commit with your changes: git commit -m 'feat: Minha nova feature';
  • Make a push to your branch: git push origin minha-feature;
  • Make a pull request with your feature;

Pull requests are always welcome. If you have any questions or suggestions, please create an issue or contact me.

📝 License

GitHub License

This project is under the MIT license. See the LICENSE file for more details.


©2023 - Gustavo Silva

🔼 Back to top