Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielmedrados/questionsroom
Projeto website criado no #NLW6 discover. Sala Chat de perguntas 💬
https://github.com/gabrielmedrados/questionsroom
chat css ejs javascript perguntas perguntas-e-respostas questions room
Last synced: about 2 months ago
JSON representation
Projeto website criado no #NLW6 discover. Sala Chat de perguntas 💬
- Host: GitHub
- URL: https://github.com/gabrielmedrados/questionsroom
- Owner: GabrielMedradoS
- License: mit
- Created: 2021-06-26T06:19:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T18:22:26.000Z (over 2 years ago)
- Last Synced: 2023-11-17T19:49:21.317Z (about 1 year ago)
- Topics: chat, css, ejs, javascript, perguntas, perguntas-e-respostas, questions, room
- Language: JavaScript
- Homepage:
- Size: 6.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
## QuestionsRoom
Projeto |
Tecnologias |
Layout |
Licença### Layout 🚧
#### Desktop Screenshot
### Projeto 💻
O projeto é um site onde o usuario pode criar salas como dono ou entrar em uma sala já existente para fazer perguntas
O dono pode adicionar perguntas, marca-las como lidas ou remove-lasA ideia é responder as perguntas em streams
## Rodar o projeto 🚴🏻♂️
#### On your machine:
Dependencies
```json
"dependencies": {
"ejs": "^3.1.6",
"express": "^4.17.1",
"sqlite": "^4.0.23",
"sqlite3": "^5.0.2"
"nodemon": "^2.0.7"
}
``````bash
# Clone the repository
$ git clone https://github.com/GabrielMedradoS/QuestionsRoom.git# Access the project folder at the command prompt
$ cd QuestionsRoom# Install the dependencies
$ npm install# Run the script "start"
$ npm start# The project will start at the door: 3000 - access http://localhost:3000
```## Tecnologias 🛠
## Licença ⚖️
This project is under the MIT license. See the archive [LICENSE](https://github.com/GabrielMedradoS/QuestionsRoom/blob/master/License) for more details.## Autor ✍🏾
|
| :-------------------------: |
| Gabriel Medrado | |[![Linkedin Badge](https://img.shields.io/badge/-GabrielMedrado-blue?style=flat-square&logo=Linkedin&logoColor=white)](https://www.linkedin.com/in/gabriel-medrado-de-souza-9a30b3206/)
[![Gmail Badge](https://img.shields.io/badge/[email protected]?style=flat-square&logo=Gmail&logoColor=white)](mailto:[email protected])