Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.
/ rocketq Public archive

Projeto criado durante o evento Next Level Week Together na Trilha Discover.

Notifications You must be signed in to change notification settings

jjoaovitor7/rocketq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocket.Q

Central de Perguntas Anônimas.

🚀 Tecnologias utilizadas

  • HTML
  • CSS
  • JS
  • NodeJS
  • EJS
  • MySQL/MariaDB (Banco de Dados)

💻 Como baixar o projeto e iniciar o projeto

  // Clonar o repositório
  $ git clone https://github.com/jjoaovitor7/rocketq

  // Entrar no diretório
  $ cd rocketq

  // Criar o Banco de Dados
  $ mysql -u <user> -p
  MariaDB [(none)]> CREATE DATABASE IF NOT EXISTS <database_name>;
  MariaDB [(none)]> exit

  // Criar as tabelas no Banco de Dados
  $ node src/db/init.js

  // Iniciar o servidor
  $ node src/server.js

About

Projeto criado durante o evento Next Level Week Together na Trilha Discover.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages